Class AxonServerCommandBus

java.lang.Object
org.axonframework.axonserver.connector.command.AxonServerCommandBus
All Implemented Interfaces:
CommandBus, Lifecycle, Distributed<CommandBus>, MessageDispatchInterceptorSupport<CommandMessage<?>>, MessageHandlerInterceptorSupport<CommandMessage<?>>

public class AxonServerCommandBus extends Object implements CommandBus, Distributed<CommandBus>, Lifecycle
Axon CommandBus implementation that connects to Axon Server to submit and receive commands and command responses. Delegates incoming commands to the provided localSegment.
Since:
4.0
Author:
Marc Gathier