Package org.seedstack.business.domain
Interface DomainEventInterceptor
-
public interface DomainEventInterceptorInterface for Interceptors, which handles the execution order of the EventHandlers that are fired.- See Also:
DomainEvent,DomainEventHandler,PriorizedEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<DomainEventHandler>interceptDomainHandler(Collection<DomainEventHandler> handlers)
-
-
-
Method Detail
-
interceptDomainHandler
List<DomainEventHandler> interceptDomainHandler(Collection<DomainEventHandler> handlers)
-
-