-
public final class EventTailingService.CaughtEvent
-
-
Method Summary
Modifier and Type Method Description final InstantgetTimestamp()final StringgetAggregate()final StringgetPayloadType()final LonggetIndex()final LonggetGlobalSequence()final ObjectgetPayload()-
-
Method Detail
-
getTimestamp
final Instant getTimestamp()
-
getAggregate
final String getAggregate()
-
getPayloadType
final String getPayloadType()
-
getGlobalSequence
final Long getGlobalSequence()
-
getPayload
final Object getPayload()
-
-
-
-