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 local 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
- event_group_identifier
- Unique Identifier that identifies the EventGroup in SOME/IP.
This Identifier is sent as Eventgroup ID in SOME/IP Service Discovery messages.
- 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