Uses of Class
org.fuin.ddd4j.ddd.EventId
-
Packages that use EventId Package Description org.fuin.ddd4j.ddd -
-
Uses of EventId in org.fuin.ddd4j.ddd
Methods in org.fuin.ddd4j.ddd that return EventId Modifier and Type Method Description EventIdAbstractEvent. getCausationId()EventIdEvent. getCausationId()Causation identifier.EventIdAbstractEvent. getCorrelationId()EventIdEvent. getCorrelationId()Correlation identifier.EventIdAbstractEvent. getEventId()@NotNull EventIdEvent. getEventId()Returns the identifier of the event.EventIdEventIdConverter. toVO(UUID value)Methods in org.fuin.ddd4j.ddd that return types with arguments of type EventId Modifier and Type Method Description Class<EventId>EventIdConverter. getValueObjectClass()Methods in org.fuin.ddd4j.ddd with parameters of type EventId Modifier and Type Method Description BUILDERAbstractEvent.Builder. causationId(EventId causationId)Sets the event that caused this one.BUILDERAbstractEvent.Builder. correlationId(EventId correlationId)Sets the event this one correlates to.BUILDERAbstractEvent.Builder. eventId(@NotNull EventId eventId)Sets the unique identifier of the event.UUIDEventIdConverter. fromVO(EventId value)Constructors in org.fuin.ddd4j.ddd with parameters of type EventId Constructor 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.
-