Class AxonServerConnectionManager

java.lang.Object
org.axonframework.axonserver.connector.AxonServerConnectionManager
All Implemented Interfaces:
ConnectionManager, Lifecycle

public class AxonServerConnectionManager extends Object implements Lifecycle, ConnectionManager
The component which manages all the connections which an Axon client can establish with an Axon Server instance. Does so by creating Channels per context and providing them as the means to dispatch/receive messages.
Since:
4.0
Author:
Marc Gathier