Uses of Interface
org.axonframework.commandhandling.InterceptorChain

Packages that use InterceptorChain
org.axonframework.auditing   
org.axonframework.commandhandling Classes that implement the concept of command handling using explicit command objects. 
org.axonframework.commandhandling.disruptor   
org.axonframework.commandhandling.interceptors Contains some useful implementations of interceptors that many application can benefit from. 
 

Uses of InterceptorChain in org.axonframework.auditing
 

Methods in org.axonframework.auditing with parameters of type InterceptorChain
 Object AuditingInterceptor.handle(CommandMessage<?> command, UnitOfWork unitOfWork, InterceptorChain chain)
           
 

Uses of InterceptorChain in org.axonframework.commandhandling
 

Classes in org.axonframework.commandhandling that implement InterceptorChain
 class DefaultInterceptorChain
          Mechanism that takes care of interceptor and event handler execution.
 

Methods in org.axonframework.commandhandling with parameters of type InterceptorChain
 Object CommandHandlerInterceptor.handle(CommandMessage<?> commandMessage, UnitOfWork unitOfWork, InterceptorChain interceptorChain)
          The handle method is invoked each time a command is dispatched through the command bus that the CommandHandlerInterceptor is declared on.
 

Uses of InterceptorChain in org.axonframework.commandhandling.disruptor
 

Methods in org.axonframework.commandhandling.disruptor that return InterceptorChain
 InterceptorChain CommandHandlingEntry.getInvocationInterceptorChain()
          Returns the InterceptorChain for the invocation process registered with this entry, or null if none is available.
 InterceptorChain CommandHandlingEntry.getPublisherInterceptorChain()
          Returns the InterceptorChain for the publication process registered with this entry, or null if none is available.
 

Uses of InterceptorChain in org.axonframework.commandhandling.interceptors
 

Methods in org.axonframework.commandhandling.interceptors with parameters of type InterceptorChain
 Object SerializationOptimizingInterceptor.handle(CommandMessage<?> commandMessage, UnitOfWork unitOfWork, InterceptorChain interceptorChain)
           
 Object LoggingInterceptor.handle(CommandMessage<?> command, UnitOfWork unitOfWork, InterceptorChain chain)
           
 Object BeanValidationInterceptor.handle(CommandMessage<?> command, UnitOfWork unitOfWork, InterceptorChain interceptorChain)
           
 



Copyright © 2010-2016. All Rights Reserved.