@Incubating public interface ExportedEvent<I,P>
| Modifier and Type | Method and Description |
|---|---|
I |
getAggregateId()
The id of the aggregate affected by a given event.
|
String |
getAggregateType()
The type of the aggregate affected by the event.
|
P |
getPayload()
The event payload.
|
Instant |
getTimestamp()
The timestamp at which the event occurred.
|
String |
getType()
The type of an event.
|
I getAggregateId()
String getAggregateType()
String getType()
Instant getTimestamp()
P getPayload()
Copyright © 2020 JBoss by Red Hat. All rights reserved.