2f5e313c36
* Initial Commit: Propagate Context Signed-off-by: rodneyosodo <blackd0t@protonmail.com> * Make IssueToken Inline Signed-off-by: rodneyosodo <blackd0t@protonmail.com> --------- Signed-off-by: rodneyosodo <blackd0t@protonmail.com> Co-authored-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com> |
||
---|---|---|
.. | ||
brokers | ||
mqtt | ||
nats | ||
rabbitmq | ||
tracing | ||
README.md | ||
message.pb.go | ||
message.proto | ||
pubsub.go |
README.md
Messaging
messaging
package defines Publisher
, Subscriber
and an aggregate Pubsub
interface.
Subscriber
interface defines methods used to subscribe to a message broker such as MQTT or NATS or RabbitMQ.
Publisher
interface defines methods used to publish messages to a message broker such as MQTT or NATS or RabbitMQ.
Pubsub
interface is composed of Publisher
and Subscriber
interface and can be used to send messages to as well as to receive messages from a message broker.