Uses of Interface
org.axonframework.modelling.entity.EntityCommandHandlerInterceptorChain
Packages that use EntityCommandHandlerInterceptorChain
-
Uses of EntityCommandHandlerInterceptorChain in org.axonframework.modelling.entity
Methods in org.axonframework.modelling.entity with parameters of type EntityCommandHandlerInterceptorChainModifier and TypeMethodDescriptionEntityCommandHandlerInterceptor.interceptOnHandle(CommandMessage command, @Nullable E entity, ProcessingContext context, EntityCommandHandlerInterceptorChain<E> chain) Intercepts the givencommandbefore it reaches this entity's command handlers, or before it is forwarded to a child entity.