public class PropertiesAxonServerConnectionDetails extends Object implements AxonServerConnectionDetails
AxonServerConnectionDetails implementation based on a given AxonServerConfiguration bean.
Ensures there will be a AxonServerConnectionDetails instance in the absence of the container-based version
constructed by the AxonServerTestContainerConnectionDetailsFactory. The container-based version only exists
if there is a ServiceConnection annotated bean in the context, which is not a guarantee.
| Constructor and Description |
|---|
PropertiesAxonServerConnectionDetails(AxonServerConfiguration configuration)
Constructs a
PropertiesAxonServerConnectionDetails instance based on the given configuration. |
| Modifier and Type | Method and Description |
|---|---|
String |
routingServers()
The addresses of the routing servers to use to connect to an Axon Server cluster.
|
public PropertiesAxonServerConnectionDetails(AxonServerConfiguration configuration)
PropertiesAxonServerConnectionDetails instance based on the given configuration.configuration - An AxonServerConfiguration to base this
PropertiesAxonServerConnectionDetails instance on.public String routingServers()
AxonServerConnectionDetailsroutingServers in interface AxonServerConnectionDetailsCopyright © 2010–2025. All rights reserved.