Uses of Class
org.axonframework.axonserver.connector.AxonServerConnectionManager
Packages that use AxonServerConnectionManager
Package
Description
Root package for the Axon Server Connector.
Part of the Axon Server Connector module.
Part of the Axon Extension module.
Part of the Axon Extension module.
-
Uses of AxonServerConnectionManager in org.axonframework.axonserver.connector
Methods in org.axonframework.axonserver.connector that return AxonServerConnectionManagerModifier and TypeMethodDescriptionAxonServerConnectionManager.Builder.build()Initializes aAxonServerConnectionManageras specified through this Builder. -
Uses of AxonServerConnectionManager in org.axonframework.axonserver.connector.event
Constructors in org.axonframework.axonserver.connector.event with parameters of type AxonServerConnectionManagerModifierConstructorDescriptionEventProcessorControlService(Configuration configuration, AxonServerConnectionManager connectionManager, String context, Map<String, AxonServerConfiguration.Eventhandling.ProcessorSettings> processorConfig) Initialize anEventProcessorControlService. -
Uses of AxonServerConnectionManager in org.axonframework.extension.springboot.actuator.axonserver
Constructors in org.axonframework.extension.springboot.actuator.axonserver with parameters of type AxonServerConnectionManagerModifierConstructorDescriptionAxonServerHealthIndicator(AxonServerConnectionManager connectionManager) Constructs this health indicator, extracting health information from the givenconnectionManager. -
Uses of AxonServerConnectionManager in org.axonframework.extension.springboot.autoconfig
Methods in org.axonframework.extension.springboot.autoconfig with parameters of type AxonServerConnectionManagerModifier and TypeMethodDescriptionAxonServerActuatorAutoConfiguration.axonServerHealthIndicator(AxonServerConnectionManager connectionManager)