Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QueueSubscriber ¶
type QueueSubscriber interface { // Subscribe will register all the services into broker queue service. Subscribe() error // Unsubscribe will unregister all the services from the broker queue service. Unsubscribe() error }
QueueSubscriber is the interface generate to communicate with queue broker.
Click to show internal directories.
Click to hide internal directories.