Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Receiver ¶
type Receiver interface {
Receive() (*messagebustypes.Message, error)
}
A Receiver is anything that is capable of consuming a message from a message bus.
type Sender ¶
type Sender interface { Send([]byte) error Inspect() (*messagebustypes.QueueInfo, error) }
A Sender is anything that is capable of transmitting a message to a message bus.
type SenderReceiver ¶
SenderReceiver is anything that is capable of sending and receiving messages from a message bus.
Directories ¶
Path | Synopsis |
---|---|
Package adapters contains concrete message bus implementations.
|
Package adapters contains concrete message bus implementations. |
Click to show internal directories.
Click to hide internal directories.