Uses of Interface
org.axonframework.commandhandling.CommandBus

Packages that use CommandBus
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. 
 

Uses of CommandBus in org.axonframework.commandhandling
 

Classes in org.axonframework.commandhandling that implement CommandBus
 class SimpleCommandBus
          Implementation of the CommandBus that dispatches commands to the handlers subscribed to that specific type of command.
 

Uses of CommandBus in org.axonframework.commandhandling.annotation
 

Methods in org.axonframework.commandhandling.annotation with parameters of type CommandBus
 void AnnotationCommandHandlerBeanPostProcessor.setCommandBus(CommandBus commandBus)
          Sets the event bus to which detected event listeners should be subscribed.
 

Constructors in org.axonframework.commandhandling.annotation with parameters of type CommandBus
AnnotationCommandHandlerAdapter(Object target, CommandBus commandBus)
          Initialize the command handler adapter for the given target which is to be subscribed with the given commandBus.
 



Copyright © 2011. All Rights Reserved.