Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Broker ¶
type Broker interface { Close() error Consumer(queue string) (Consumer, error) Publisher(queue string) (Publisher, error) }
Broker implements a high level interface that can provide Consumer or Publisher
Click to show internal directories.
Click to hide internal directories.