IEventGroup

Summary

Represents an Event Group, responsible for regulating the message flow between Service providers and consumers.

Properties

Structure

class IEventGroup
events

List of the events of the eventgroup.

Type

List[Event]

fields

List of the fields of the eventgroup.

Type

List[Field]

id_string

Id of the eventgroup in string format.

Type

str

identifier_integer

Id of the eventgroup in integer format.

Type

uint16

name

Name of the eventgroup.

Type

str

service_parent

The service interface parent of the eventgroup.

Type

IServiceInterface

service_parent_identifier

The integer identifier of the service parent.

Type

uint16

uuid

UUID of the eventgroup in string format.

Type

str