Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetListAuthorizedEventEvents ¶
func GetListAuthorizedEventEvents() (authorizedEvents string)
Types ¶
type EventRouting ¶
type EventRouting struct {
CachingClient caching.Caching
// contains filtered or unexported fields
}
func NewEventRouting ¶
func NewEventRouting(caching caching.Caching, queue *eventQueue.Queue) *EventRouting
func (*EventRouting) GetSelectedEvents ¶
func (e *EventRouting) GetSelectedEvents() map[string]bool
func (*EventRouting) RouteEvent ¶
func (e *EventRouting) RouteEvent(msg *events.Envelope)
func (*EventRouting) SetupEventRouting ¶
func (e *EventRouting) SetupEventRouting(wantedEvents string) error
Click to show internal directories.
Click to hide internal directories.