EventBroker¶
- class EventHandle¶
 Unique handle to identify an Event
- Canonical
 kortex_api.autogen.messages.EventBroker_pb2.EventHandle
- Parameters
 identifier (int) – Identifier
- class Event¶
 Event
- Canonical
 kortex_api.autogen.messages.EventBroker_pb2.Event
- Parameters
 handle (EventHandle) – Handle of the Event
event_info (NotificationInformation) – Information contained in the Event
source (str) – Source of the Event
title (str) – Title of the notification
explanation (str) – Optional explanation for the notification (supports HTML)
suggestion (str) – Optional suggestion for the notification (supports HTML)
code (int) – Error code
- class EventList¶
 List of Events
- Canonical
 kortex_api.autogen.messages.EventBroker_pb2.EventList
- Parameters
 events (Event [ ]) – Events
- class EventNotification¶
 Notification about an event
- Canonical
 kortex_api.autogen.messages.EventBroker_pb2.EventNotification
- Parameters
 event (Event) – Event to notify about
- class GetEventsParameter¶
 Parameter to the GetEvents RPC
- Canonical
 kortex_api.autogen.messages.EventBroker_pb2.GetEventsParameter
- Parameters
 size (int) – Maximum number of events to be returned