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