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 multi-tenancy module.
Part of the Axoniq Framework multi-tenancy module.
Part of the Axoniq Framework multi-tenancy module.
Part of the Axoniq Framework multi-tenancy 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, PersistentStreamContextCustomizer contextCustomizer, int batchSize, @Nullable String context) Instantiates aPersistentStreamConnectionplacing additional resources on theProcessingContextof every batch through the givencontextCustomizer.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, PersistentStreamContextCustomizer contextCustomizer, int batchSize, @Nullable String context) Instantiates aPersistentStreamEventSourceplacing additional resources on theProcessingContextof every batch it delivers through the givencontextCustomizer. -
Uses of AxonServerConnectionManager in io.axoniq.framework.messaging.multitenancy.axonserver.api
Constructors in io.axoniq.framework.messaging.multitenancy.axonserver.api with parameters of type AxonServerConnectionManagerModifierConstructorDescriptionAxonServerTenantProvider(AxonServerConnectionManager axonServerConnectionManager, TenantConnectPredicate tenantConnectPredicate) Constructs an AxonServerTenantProvider with the given connection manager and tenant connect predicate. -
Uses of AxonServerConnectionManager in io.axoniq.framework.messaging.multitenancy.axonserver.commandhandling
Constructors in io.axoniq.framework.messaging.multitenancy.axonserver.commandhandling with parameters of type AxonServerConnectionManagerModifierConstructorDescriptionMultiTenantAxonServerCommandBusConnector(TenantRouter tenantRouter, AxonServerConnectionManager connectionManager, AxonServerConfiguration configuration, MessageConverter converter) Constructs aMultiTenantAxonServerCommandBusConnector. -
Uses of AxonServerConnectionManager in io.axoniq.framework.messaging.multitenancy.axonserver.eventsourcing
Constructors in io.axoniq.framework.messaging.multitenancy.axonserver.eventsourcing with parameters of type AxonServerConnectionManagerModifierConstructorDescriptionAxonServerTenantSnapshotStoreFactory(AxonServerConnectionManager connectionManager, Converter converter) Constructs anAxonServerTenantSnapshotStoreFactory. -
Uses of AxonServerConnectionManager in io.axoniq.framework.messaging.multitenancy.axonserver.queryhandling
Constructors in io.axoniq.framework.messaging.multitenancy.axonserver.queryhandling with parameters of type AxonServerConnectionManagerModifierConstructorDescriptionMultiTenantAxonServerQueryBusConnector(TenantRouter tenantRouter, AxonServerConnectionManager connectionManager, AxonServerConfiguration configuration, MessageConverter converter) Constructs aMultiTenantAxonServerQueryBusConnector. -
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)