Package org.axonframework.commandhandling.interceptors

Contains some useful implementations of interceptors that many application can benefit from.

See:
          Description

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

Package org.axonframework.commandhandling.interceptors Description

Contains some useful implementations of interceptors that many application can benefit from.



Copyright © 2011. All Rights Reserved.