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.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(Object command, UnitOfWork unitOfWork, InterceptorChain chain)
           
 

Uses of InterceptorChain in org.axonframework.commandhandling
 

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

Uses of InterceptorChain in org.axonframework.commandhandling.interceptors
 

Methods in org.axonframework.commandhandling.interceptors with parameters of type InterceptorChain
 Object TransactionInterceptor.handle(Object command, UnitOfWork unitOfWork, InterceptorChain interceptorChain)
           
 Object LoggingInterceptor.handle(Object command, UnitOfWork unitOfWork, InterceptorChain chain)
           
 



Copyright © 2011. All Rights Reserved.