|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - The content type of the serialized datapublic interface SerializedDomainEventData<T>
Interface describing the properties of serialized Domain Event Messages. Event Store implementations should have their storage entries implement this interface.
UpcastSerializedDomainEventData| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
String getEventIdentifier()
Object getAggregateIdentifier()
long getSequenceNumber()
org.joda.time.DateTime getTimestamp()
SerializedObject<T> getMetaData()
SerializedObject<T> getPayload()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||