public interface Event
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
EventId |
getCausationId()
Causation identifier.
|
EventId |
getCorrelationId()
Correlation identifier.
|
@NotNull EventId |
getEventId()
Returns the identifier of the event.
|
@NotNull EventType |
getEventType()
Returns the type of the event (What happened).
|
@NotNull java.time.ZonedDateTime |
getTimestamp()
Date, time and time zone the event was created.
|
@NotNull @NotNull EventId getEventId()
@NotNull @NotNull EventType getEventType()
@NotNull @NotNull java.time.ZonedDateTime getTimestamp()
@Nullable EventId getCorrelationId()
@Nullable EventId getCausationId()
Copyright © 2019 fuin.org (Germany). All Rights Reserved.