Documentation ¶
Overview ¶
Package types provides the types of the broker.
Index ¶
Constants ¶
View Source
const ( // DefaultTopic if no topic set, use the default topic DefaultTopic = "default" // DefaultGroup if no group set, use the default group DefaultGroup = "default_group" // TokenTopic the timeSlice token topic TokenTopic = "token" // TokenGroup the timeSlice token consumer group TokenGroup = "token_group" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandleMessage ¶
HandleMessage is a function that handles a message.
Click to show internal directories.
Click to hide internal directories.