eventTypeDTO
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
A DTO for notifiable event types.
These objects are immutable because notifiable event types are registered at bootstrap-time by the application.
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| eventTypeName (string) | 1/1 | The name of the event type. |
| eventType (string) | 1/1 | The canonical class name of the event type. |
JSON
| property | type | description |
|---|---|---|
| eventTypeName | eventTypeName (string) | The name of the event type. |
| eventType | eventType (string) | The canonical class name of the event type. |