Uses of Interface
org.seedstack.business.domain.DomainEvent
-
Packages that use DomainEvent Package Description org.seedstack.business.domain Provides classes, interfaces and annotations for building the domain layer. -
-
Uses of DomainEvent in org.seedstack.business.domain
Classes in org.seedstack.business.domain with type parameters of type DomainEvent Modifier and Type Interface Description interfaceDomainEventHandler<E extends DomainEvent>Interface for event handlers, which handle events domain events fired by theDomainEventPublisher.Methods in org.seedstack.business.domain with type parameters of type DomainEvent Modifier and Type Method Description <E extends DomainEvent>
voidDomainEventPublisher. publish(E event)Publishes an event.
-