Class SimpleCommandBus

java.lang.Object
org.axonframework.commandhandling.SimpleCommandBus
All Implemented Interfaces:
CommandBus, MessageDispatchInterceptorSupport<CommandMessage<?>>, MessageHandlerInterceptorSupport<CommandMessage<?>>
Direct Known Subclasses:
AsynchronousCommandBus

public class SimpleCommandBus extends Object implements CommandBus
Implementation of the CommandBus that dispatches commands to the handlers subscribed to that specific command's name. Interceptors may be configured to add processing to commands regardless of their type or name, for example logging, security (authorization), sla monitoring, etc.
Since:
0.5
Author:
Allard Buijze, Martin Tilma