T
- The content type of the serialized datapublic interface DomainEventData<T> extends EventData<T>
Modifier and Type | Method and Description |
---|---|
String |
getAggregateIdentifier()
Returns the Identifier of the Aggregate to which the Event was applied.
|
long |
getSequenceNumber()
Returns the sequence number of the event in the aggregate.
|
String |
getType()
Returns the type identifier of the aggregate.
|
getEventIdentifier, getMetaData, getPayload, getTimestamp
String getType()
String getAggregateIdentifier()
long getSequenceNumber()
Copyright © 2010–2020. All rights reserved.