Package org.seedstack.business.domain
Annotation Type PriorizedEvent
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface PriorizedEvent
This annotations allows to set aDomainEventInterceptorto interceptDomainEventand alter theDomainEventHandlerproperties (Skip / Add one / Order are examples of what can be achieved with DomainEventHandlerInterceptors)- See Also:
DomainEvent,DomainEventHandler,DomainEventInterceptor
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends DomainEventInterceptor>priorizator
-
-
-
Element Detail
-
priorizator
Class<? extends DomainEventInterceptor> priorizator
-
-