Uses of Class
io.axoniq.framework.axonserver.connector.api.AxonServerConnectionManager
Packages that use AxonServerConnectionManager
Package
Description
Root package for the Axon Server Connector.
Part of the Axon Server Connector module.
Part of the Axoniq Framework's Spring Boot module.
Spring Boot auto configuration for Axoniq Framework.
-
Uses of AxonServerConnectionManager in io.axoniq.framework.axonserver.connector.api
Methods in io.axoniq.framework.axonserver.connector.api that return AxonServerConnectionManagerModifier and TypeMethodDescriptionAxonServerConnectionManager.Builder.build()Initializes aAxonServerConnectionManageras specified through this Builder. -
Uses of AxonServerConnectionManager in io.axoniq.framework.axonserver.connector.event
Constructors in io.axoniq.framework.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 io.axoniq.framework.springboot.actuator.axonserver
Constructors in io.axoniq.framework.springboot.actuator.axonserver with parameters of type AxonServerConnectionManagerModifierConstructorDescriptionAxonServerHealthIndicator(AxonServerConnectionManager connectionManager) Constructs this health indicator, extracting health information from the givenconnectionManager. -
Uses of AxonServerConnectionManager in io.axoniq.framework.springboot.autoconfig
Methods in io.axoniq.framework.springboot.autoconfig with parameters of type AxonServerConnectionManagerModifier and TypeMethodDescriptionAxonServerActuatorAutoConfiguration.axonServerHealthIndicator(AxonServerConnectionManager connectionManager)