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" : {
		"key3" : true,
		"key2" : 1987,
		"key1" : "stringValue"
	}
}