Uses of Interface
org.axonframework.commandhandling.CommandHandlerInterceptor

Packages that use CommandHandlerInterceptor
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 CommandHandlerInterceptor in org.axonframework.auditing
 

Classes in org.axonframework.auditing that implement CommandHandlerInterceptor
 class AuditingInterceptor
          Interceptor that keeps track of commands and the events that were dispatched as a result of handling that command.
 

Uses of CommandHandlerInterceptor in org.axonframework.commandhandling
 

Method parameters in org.axonframework.commandhandling with type arguments of type CommandHandlerInterceptor
 void SimpleCommandBus.setInterceptors(List<? extends CommandHandlerInterceptor> interceptors)
          Registers the given list of interceptors to the command bus.
 

Uses of CommandHandlerInterceptor in org.axonframework.commandhandling.interceptors
 

Classes in org.axonframework.commandhandling.interceptors that implement CommandHandlerInterceptor
 class LoggingInterceptor
          Command Handler Interceptor that logs incoming commands and their result to a SLF4J logger.
 class SpringTransactionalInterceptor
          A CommandHandlerInterceptor that uses a PlatformTransactionManager to manage transactions around command handling.
 class TransactionInterceptor<T>
          Abstract implementation of a CommandHandlerInterceptor that starts a transaction and binds a UnitOfWork to the current thread.
 



Copyright © 2011. All Rights Reserved.