Interface ConnectionManager
- All Known Implementing Classes:
AxonServerConnectionManager
public interface ConnectionManager
Interface describing functionality for connection managers. A connection manager typically deals with a collection of
connections per context the application is wired with.
- Since:
- 4.6.0
- Author:
- Steven van Beelen, Milan Savic, Sara Pelligrini
-
Method Summary
Modifier and TypeMethodDescriptionReturn the connections this instances manages.
-
Method Details
-
connections
Return the connections this instances manages. Consists of key-value pairs where the key resembles the context name and the value describes whether the connection is active at this moment.- Returns:
- Return the connections this instances manages.
-