Uses of Interface
org.seedstack.business.domain.DomainEventHandler
-
Packages that use DomainEventHandler Package Description org.seedstack.business.domain Provides classes, interfaces and annotations for building the domain layer. -
-
Uses of DomainEventHandler in org.seedstack.business.domain
Methods in org.seedstack.business.domain that return types with arguments of type DomainEventHandler Modifier and Type Method Description List<DomainEventHandler>DomainEventInterceptor. interceptDomainHandler(Collection<DomainEventHandler> handlers)Method parameters in org.seedstack.business.domain with type arguments of type DomainEventHandler Modifier and Type Method Description List<DomainEventHandler>DomainEventInterceptor. interceptDomainHandler(Collection<DomainEventHandler> handlers)
-