Uses of Class
org.fuin.ddd4j.ddd.EventId
Packages that use EventId
-
Uses of EventId in org.fuin.ddd4j.ddd
Methods in org.fuin.ddd4j.ddd that return EventIdModifier and TypeMethodDescriptionfinal EventIdAbstractEvent.getCausationId()Event.getCausationId()Causation identifier.final EventIdAbstractEvent.getCorrelationId()Event.getCorrelationId()Correlation identifier.final EventIdAbstractEvent.getEventId()@NotNull EventIdEvent.getEventId()Returns the identifier of the event.final EventIdMethods in org.fuin.ddd4j.ddd that return types with arguments of type EventIdMethods in org.fuin.ddd4j.ddd with parameters of type EventIdModifier and TypeMethodDescriptionfinal BUILDERAbstractEvent.Builder.causationId(EventId causationId) Sets the event that caused this one.final BUILDERAbstractEvent.Builder.correlationId(EventId correlationId) Sets the event this one correlates to.final BUILDERSets the unique identifier of the event.final UUIDConstructors in org.fuin.ddd4j.ddd with parameters of type EventIdModifierConstructorDescriptionAbstractDomainEvent(@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.