Uses of Interface
org.fuin.ddd4j.ddd.Event
Packages that use Event
-
Uses of Event in org.fuin.ddd4j.ddd
Subinterfaces of Event in org.fuin.ddd4j.dddModifier and TypeInterfaceDescriptioninterfaceDomainEvent<ID extends EntityId>Domain event published by an entity.Classes in org.fuin.ddd4j.ddd that implement EventModifier and TypeClassDescriptionclassAbstractDomainEvent<ID extends EntityId>Base class for domain events.classBase class for events.Methods in org.fuin.ddd4j.ddd with parameters of type EventModifier and TypeMethodDescriptionfinal 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 EventModifierConstructorDescriptionAbstractDomainEvent(@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.