T - The content type of the serialized datapublic interface EventData<T>
| Modifier and Type | Method and Description | 
|---|---|
String | 
getEventIdentifier()
Returns the identifier of the serialized event. 
 | 
SerializedObject<T> | 
getMetaData()
Returns the serialized data of the MetaData of the serialized Event. 
 | 
SerializedObject<T> | 
getPayload()
Returns the serialized data of the Event Message's payload. 
 | 
Instant | 
getTimestamp()
Returns the timestamp at which the event was first created. 
 | 
String getEventIdentifier()
Instant getTimestamp()
SerializedObject<T> getMetaData()
SerializedObject<T> getPayload()
Copyright © 2010–2018. All rights reserved.