Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventHandler ¶
type EventHandler struct {
// contains filtered or unexported fields
}
EventHandler handles events
func NewEventHandler ¶
func NewEventHandler(app *microapp.App, repository microappRepo.Repository, eventChannel chan *monitor.EventInfo) *EventHandler
NewEventHandler creates new instance of TenantActionEventHandler
func (*EventHandler) Start ¶
func (handler *EventHandler) Start()
Start will start listening to channel for events
Click to show internal directories.
Click to hide internal directories.