Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DirectEventHandling ¶
type DirectEventHandling struct {
WorkerId string
workhandler.WorkHandler
}
func (*DirectEventHandling) HandleEvent ¶
func (e *DirectEventHandling) HandleEvent(event WorkEvent) error
func (*DirectEventHandling) InitEventHandler ¶
func (e *DirectEventHandling) InitEventHandler() error
type EventHandlingSystem ¶
type EventHandlingSystemType ¶
type EventHandlingSystemType string
const DIRECT_EVENT_HANDLING EventHandlingSystemType = "DIRECT_EVENT_HANDLING"
const USER_INTERACTIVE_EVENT_HANDLING EventHandlingSystemType = "USER_INTERACTIVE_EVENT_HANDLING"
type TakeWorkDTO ¶
type TakeWorkDTO struct {
WorkId string `json:"workId"`
}
type UserInteractiveEventHandling ¶
type UserInteractiveEventHandling struct {
WorkerId string
workhandler.WorkHandler
Address string
Port int
DomainAddress string
DomainPort int
ExternalEndpointUrl string
}
func (*UserInteractiveEventHandling) HandleEvent ¶
func (e *UserInteractiveEventHandling) HandleEvent(event WorkEvent) error
func (*UserInteractiveEventHandling) InitEventHandler ¶
func (e *UserInteractiveEventHandling) InitEventHandler() error
Click to show internal directories.
Click to hide internal directories.