Class PropertiesAxonServerConnectionDetails

java.lang.Object
org.axonframework.springboot.service.connection.PropertiesAxonServerConnectionDetails
All Implemented Interfaces:
AxonServerConnectionDetails, org.springframework.boot.autoconfigure.service.connection.ConnectionDetails

public class PropertiesAxonServerConnectionDetails extends Object implements AxonServerConnectionDetails
An 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.

Since:
4.9.4
Author:
Steven van Beelen