| Package | Description |
|---|---|
| org.fuin.ddd4j.ddd |
| Modifier and Type | Method and Description |
|---|---|
EventId |
AbstractEvent.getCausationId() |
EventId |
Event.getCausationId()
Causation identifier.
|
EventId |
AbstractEvent.getCorrelationId() |
EventId |
Event.getCorrelationId()
Correlation identifier.
|
EventId |
AbstractEvent.getEventId() |
@NotNull EventId |
Event.getEventId()
Returns the identifier of the event.
|
EventId |
EventIdConverter.toVO(java.util.UUID value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<EventId> |
EventIdConverter.getValueObjectClass() |
| Modifier and Type | Method and Description |
|---|---|
java.util.UUID |
EventIdConverter.fromVO(EventId value) |
| Constructor and Description |
|---|
AbstractDomainEvent(@NotNull EntityIdPath entityIdPath,
EventId correlationId,
EventId causationId)
Constructor with entity identifier path, correlation and causation identifiers.
|
AbstractEvent(EventId correlationId,
EventId causationId)
Constructor with optional data.
|
Copyright © 2019 fuin.org (Germany). All Rights Reserved.