Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MessageConsumer ¶
type MessageConsumer interface { Connect(topic string) error Consume(ctx context.Context) ( Message, MessageProcessedCallback, MessageFailedCallback, error) Close() }
type MessageFailedCallback ¶
type MessageFailedCallback func()
type MessageProcessedCallback ¶
type MessageProcessedCallback func()
Click to show internal directories.
Click to hide internal directories.