Uses of Class
io.axoniq.framework.axonserver.connector.api.AxonServerConfiguration
Packages that use AxonServerConfiguration
Package
Description
Root package for the Axon Server Connector.
Part of the Axon Server Connector module.
Part of the Axon Server Connector module.
Part of the Axon Server Connector module.
Spring Boot auto configuration for Axoniq Framework.
-
Uses of AxonServerConfiguration in io.axoniq.framework.axonserver.connector.api
Methods in io.axoniq.framework.axonserver.connector.api that return AxonServerConfigurationModifier and TypeMethodDescriptionAxonServerConfiguration.Builder.build()Initializes aAxonServerConfigurationas specified through this Builder.Methods in io.axoniq.framework.axonserver.connector.api with parameters of type AxonServerConfigurationModifier and TypeMethodDescriptionAxonServerConnectionManager.Builder.axonServerConfiguration(AxonServerConfiguration axonServerConfiguration) Sets theAxonServerConfigurationused to correctly configure connections between Axon clients and Axon Server. -
Uses of AxonServerConfiguration in io.axoniq.framework.axonserver.connector.command
Constructors in io.axoniq.framework.axonserver.connector.command with parameters of type AxonServerConfigurationModifierConstructorDescriptionAxonServerCommandBusConnector(io.axoniq.axonserver.connector.AxonServerConnection connection, AxonServerConfiguration configuration) Creates a newAxonServerConnectorthat communicate with Axon Server using the providedconnection.AxonServerCommandBusConnector(io.axoniq.axonserver.connector.AxonServerConnection connection, AxonServerConfiguration configuration, @Nullable MessageConverter converter) Creates a newAxonServerConnectorthat communicate with Axon Server using the providedconnection. -
Uses of AxonServerConfiguration in io.axoniq.framework.axonserver.connector.event
Constructors in io.axoniq.framework.axonserver.connector.event with parameters of type AxonServerConfigurationModifierConstructorDescriptionPersistentStreamConnection(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 AxonServerConfiguration in io.axoniq.framework.axonserver.connector.query
Constructors in io.axoniq.framework.axonserver.connector.query with parameters of type AxonServerConfigurationModifierConstructorDescriptionAxonServerQueryBusConnector(io.axoniq.axonserver.connector.AxonServerConnection connection, AxonServerConfiguration configuration) Creates a QueryBusConnector implementation that connects to AxonServer for dispatching and receiving queries.AxonServerQueryBusConnector(io.axoniq.axonserver.connector.AxonServerConnection connection, AxonServerConfiguration configuration, @Nullable MessageConverter converter) Creates a QueryBusConnector implementation that connects to AxonServer for dispatching and receiving queries. -
Uses of AxonServerConfiguration in io.axoniq.framework.springboot.autoconfig
Method parameters in io.axoniq.framework.springboot.autoconfig with type arguments of type AxonServerConfigurationModifier and TypeMethodDescriptionPersistentStreamAutoConfiguration.persistentStreamConfigurationEnhancer(org.springframework.beans.factory.ObjectProvider<AxonServerConfiguration> axonServerConfigProvider, PersistentStreamScheduledExecutorBuilder schedulerBuilder, PersistentStreamEventSourceFactory factory) Creates aPersistentStreamConfigurationEnhancerthat registers aPersistentStreamEventSourcecomponent for each entry underaxon.axonserver.persistent-streams.Constructor parameters in io.axoniq.framework.springboot.autoconfig with type arguments of type AxonServerConfigurationModifierConstructorDescriptionPersistentStreamConfigurationEnhancer(org.springframework.beans.factory.ObjectProvider<AxonServerConfiguration> axonServerConfigProvider, PersistentStreamScheduledExecutorBuilder schedulerBuilder, PersistentStreamEventSourceFactory eventSourceFactory) Instantiates aPersistentStreamConfigurationEnhancer.