Uses of Package
org.axonframework.commandhandling

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

Classes in org.axonframework.commandhandling used by org.axonframework.auditing
CommandHandlerInterceptor
          Workflow interface that allows for customized command handler invocation chains.
InterceptorChain
          The interceptor chain manages the flow of a command through a chain of interceptors and ultimately to the command handler.
 

Classes in org.axonframework.commandhandling used by org.axonframework.commandhandling
CommandBus
          The mechanism that dispatches Command objects to their appropriate CommandHandler.
CommandCallback
          Interface describing a callback that is invoked when command handler execution has finished.
CommandHandler
          Marks an instance that is capable of handling commands.
CommandHandlerInterceptor
          Workflow interface that allows for customized command handler invocation chains.
InterceptorChain
          The interceptor chain manages the flow of a command through a chain of interceptors and ultimately to the command handler.
 

Classes in org.axonframework.commandhandling used by org.axonframework.commandhandling.annotation
CommandBus
          The mechanism that dispatches Command objects to their appropriate CommandHandler.
CommandHandler
          Marks an instance that is capable of handling commands.
 

Classes in org.axonframework.commandhandling used by org.axonframework.commandhandling.callbacks
CommandCallback
          Interface describing a callback that is invoked when command handler execution has finished.
 

Classes in org.axonframework.commandhandling used by org.axonframework.commandhandling.interceptors
CommandHandlerInterceptor
          Workflow interface that allows for customized command handler invocation chains.
InterceptorChain
          The interceptor chain manages the flow of a command through a chain of interceptors and ultimately to the command handler.
 



Copyright © 2011. All Rights Reserved.