T
- The content type of the serialized datapublic interface SerializedDomainEventData<T>
UpcastSerializedDomainEventData
Modifier and Type | Method and Description |
---|---|
Object |
getAggregateIdentifier()
Returns the Identifier of the Aggregate to which the Event was applied.
|
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.
|
long |
getSequenceNumber()
Returns the sequence number of the event in the aggregate.
|
org.joda.time.DateTime |
getTimestamp()
Returns the timestamp at which the event was first created.
|
String getEventIdentifier()
Object getAggregateIdentifier()
long getSequenceNumber()
org.joda.time.DateTime getTimestamp()
SerializedObject<T> getMetaData()
SerializedObject<T> getPayload()
Copyright © 2010-2014. All Rights Reserved.