Uses of Interface
org.fuin.ddd4j.ddd.Event
-
Packages that use Event Package Description org.fuin.ddd4j.ddd -
-
Uses of Event in org.fuin.ddd4j.ddd
Subinterfaces of Event in org.fuin.ddd4j.ddd Modifier and Type Interface Description interfaceDomainEvent<ID extends EntityId>Domain event published by an entity.Classes in org.fuin.ddd4j.ddd that implement Event Modifier and Type Class Description classAbstractDomainEvent<ID extends EntityId>Base class for domain events.classAbstractEventBase class for events.Methods in org.fuin.ddd4j.ddd with parameters of type Event Modifier and Type Method Description BUILDERAbstractEvent.Builder. causingEvent(Event event)Takes the id of the event as causation id and copies the correlation id.Constructors in org.fuin.ddd4j.ddd with parameters of type Event Constructor Description AbstractDomainEvent(@NotNull EntityIdPath entityIdPath, @NotNull Event respondTo)Constructor with entity identifier path and event this one responds to.AbstractEvent(@NotNull Event respondTo)Constructor with event this one responds to.
-