Documentation
¶
Index ¶
Constants ¶
View Source
const RABBTIMQ_EXCHANGE = "exchange"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
Events are sent to the even handler system, to be published to all subscribers. Events are written on basis on what is to be sent, they require a method that defines the eventType and the data to be sent.
The data must conform to json (map[string]interface{})
type EventHandlerImplementationType ¶
type EventHandlerImplementationType string
const RABBITMQ_3_12_12_EVENT_HANDLER EventHandlerImplementationType = "rabbitmq-3.12.12"
Click to show internal directories.
Click to hide internal directories.