Add broker comment
This commit is contained in:
parent
8b9faefd92
commit
a53979dfed
@ -1,5 +1,8 @@
|
||||
package broker
|
||||
|
||||
// Broker is an interface used for asynchronous messaging.
|
||||
// Its an abstraction over various message brokers
|
||||
// {NATS, RabbitMQ, Kafka, ...}
|
||||
type Broker interface {
|
||||
Options() Options
|
||||
Address() string
|
||||
|
Loading…
Reference in New Issue
Block a user