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.PersistentStreamConnection(String streamId, AxonServerConnectionManager connectionManager, AxonServerConfiguration serverConfig, EventConverter converter, io.axoniq.axonserver.connector.event.PersistentStreamProperties persistentStreamProperties, ScheduledExecutorService scheduler, UnitOfWorkFactory unitOfWorkFactory, int batchSize, @Nullable String context) Instantiates aPersistentStreamConnectionfalling back to thedefault event type resolverfor message type resolution.PersistentStreamConnection(String streamId, AxonServerConnectionManager connectionManager, AxonServerConfiguration serverConfig, EventConverter converter, EventTypeResolver eventTypeResolver, io.axoniq.axonserver.connector.event.PersistentStreamProperties persistentStreamProperties, ScheduledExecutorService scheduler, UnitOfWorkFactory unitOfWorkFactory, int batchSize, @Nullable String context) Instantiates aPersistentStreamConnection.PersistentStreamEventSource(String name, AxonServerConnectionManager connectionManager, AxonServerConfiguration serverConfig, EventConverter converter, EventTypeResolver eventTypeResolver, io.axoniq.axonserver.connector.event.PersistentStreamProperties persistentStreamProperties, ScheduledExecutorService scheduler, UnitOfWorkFactory unitOfWorkFactory, int batchSize) Instantiates aPersistentStreamEventSource.PersistentStreamEventSource(String name, AxonServerConnectionManager connectionManager, AxonServerConfiguration serverConfig, EventConverter converter, EventTypeResolver eventTypeResolver, io.axoniq.axonserver.connector.event.PersistentStreamProperties persistentStreamProperties, ScheduledExecutorService scheduler, UnitOfWorkFactory unitOfWorkFactory, int batchSize, @Nullable String context) Instantiates aPersistentStreamEventSource. -
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)