Interface AxonServerConnectionDetails
- All Superinterfaces:
org.springframework.boot.autoconfigure.service.connection.ConnectionDetails
public interface AxonServerConnectionDetails
extends org.springframework.boot.autoconfigure.service.connection.ConnectionDetails
ConnectionDetails implementation carrying the connection details for an Axon Server instance.
Note that this is not a replacement for full connectivity configuration. ConnectionDetails are designed to only carry the endpoint at which a node runs.
- Since:
- 4.9.0
- Author:
- Allard Buijze
-
Method Summary
Modifier and TypeMethodDescriptionThe addresses of the routing servers to use to connect to an Axon Server cluster.
-
Method Details
-
routingServers
String routingServers()The addresses of the routing servers to use to connect to an Axon Server cluster. The string should contain a comma separated list of AxonServer servers. Each element is hostname or hostname:grpcPort. When no grpcPort is specified, default port 8124 is used.- Returns:
- a string containing the addresses of the routing servers to connect with
-