EventDTO

Container that that holds a time event.

Fields

Type
Name
Description
Optional
Default Value
String  
eventType
The type of the event, structured like 'domain.identifier'.
false
 
payload
The payload of the event.
false
 

Example

{
	"eventType": "domain.myEventType",
	"payload": {
		"key1": "stringValue",
		"key2": 1987,
		"key3": true
	}
}