NO-JIRA Rewording chapter Protocols as they don't refer to APIs

This commit is contained in:
Clebert Suconic 2021-09-16 11:35:16 -04:00
parent 1d73f7d2eb
commit 0f23e29f01
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ implemented. Each protocol implementation translates the ideas of its specific p
The broker ships with a client implementation which interacts directly with this core. It uses what's called the ["core"
API](core.md), and it communicates over the network using the "core" protocol.
## Supported Protocols & APIs
## Supported Protocols
The broker has a pluggable protocol architecture. Protocol plugins come in the form of protocol modules. Each protocol
module is included on the broker's class path and loaded by the broker at boot time. The broker ships with 5 protocol