IEventHandler
Summary
Represents an Event Handler, responsible for handling Event related to specific consumed event groups.
See also
- Properties
Structure
- class IEventHandler
- application
Defines the lokal application endpoint used to submit an event to a subscriber
- Type
- consumed_event_group
An array of the consumed event groups of the handler.
- Type
- multicast_threshold
- It shall be used to control when to enable/disable Unicast/Multicast.
If set to zero: Only Unicast configurations of consumed event groups are active. If set to one: Only Multicast configurations of consumed event groups are active. If set to greater than one: Multicast configurations are activated and Unicast configurations are deactivated depending on the number of consumers.
- Type
int32
or None