Uses of Class
org.axonframework.commandhandling.interceptors.TransactionInterceptor

Packages that use TransactionInterceptor
org.axonframework.commandhandling.interceptors Contains some useful implementations of interceptors that many application can benefit from. 
 

Uses of TransactionInterceptor in org.axonframework.commandhandling.interceptors
 

Subclasses of TransactionInterceptor in org.axonframework.commandhandling.interceptors
 class SpringTransactionalInterceptor
          A CommandHandlerInterceptor that uses a PlatformTransactionManager to manage transactions around command handling.
 



Copyright © 2011. All Rights Reserved.