Uses of Class
org.axonframework.axonserver.connector.AxonServerConnectionManager
Packages that use AxonServerConnectionManager
Package
Description
-
Uses of AxonServerConnectionManager in org.axonframework.actuator.axonserver
Constructors in org.axonframework.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.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.command
Methods in org.axonframework.axonserver.connector.command with parameters of type AxonServerConnectionManagerModifier and TypeMethodDescriptionAxonServerCommandBus.Builder.axonServerConnectionManager(AxonServerConnectionManager axonServerConnectionManager) Sets theAxonServerConnectionManagerused to create connections between this application and an Axon Server instance. -
Uses of AxonServerConnectionManager in org.axonframework.axonserver.connector.event.axon
Methods in org.axonframework.axonserver.connector.event.axon with parameters of type AxonServerConnectionManagerModifier and TypeMethodDescriptionAxonServerEventScheduler.Builder.connectionManager(AxonServerConnectionManager axonServerConnectionManager) Sets theAxonServerConnectionManagerused to create connections between this application and an Axon Server instance.AxonServerEventStoreFactory.Builder.connectionManager(AxonServerConnectionManager connectionManager) Sets theAxonServerConnectionManagermanaging the connections to Axon Server.AxonServerEventStore.Builder.platformConnectionManager(AxonServerConnectionManager axonServerConnectionManager) Sets theAxonServerConnectionManagermanaging the connections to the AxonServer platform. -
Uses of AxonServerConnectionManager in org.axonframework.axonserver.connector.heartbeat
Constructor parameters in org.axonframework.axonserver.connector.heartbeat with type arguments of type AxonServerConnectionManagerModifierConstructorDescriptionHeartbeatConfiguration(Function<Configuration, AxonServerConnectionManager> connectionManagerSupplier, Function<Configuration, AxonServerConfiguration> axonServerConfigurationSupplier) Deprecated.Creates aHeartbeatConfigurationusing the provided functions to retrieve theAxonServerConnectionManagerandAxonServerConfiguration. -
Uses of AxonServerConnectionManager in org.axonframework.axonserver.connector.heartbeat.connection.checker
Constructors in org.axonframework.axonserver.connector.heartbeat.connection.checker with parameters of type AxonServerConnectionManagerModifierConstructorDescriptionActiveGrpcChannelChecker(AxonServerConnectionManager connectionManager, String context) Deprecated.Constructs anActiveGrpcChannelCheckerbased on the connection manager.HeartbeatConnectionChecker(AxonServerConnectionManager connectionManager, String context) Deprecated.Constructs an instance ofHeartbeatConnectionCheckerusing the specified parameters. -
Uses of AxonServerConnectionManager in org.axonframework.axonserver.connector.heartbeat.source
Constructors in org.axonframework.axonserver.connector.heartbeat.source with parameters of type AxonServerConnectionManagerModifierConstructorDescriptionGrpcHeartbeatSource(AxonServerConnectionManager connectionManager, String context) Deprecated.Creates aGrpcHeartbeatSourcewhich uses anAxonServerConnectionManagerto send heartbeats messages to AxonServer. -
Uses of AxonServerConnectionManager in org.axonframework.axonserver.connector.processor
Fields in org.axonframework.axonserver.connector.processor declared as AxonServerConnectionManagerModifier and TypeFieldDescriptionprotected final AxonServerConnectionManagerEventProcessorControlService.axonServerConnectionManagerConstructors in org.axonframework.axonserver.connector.processor with parameters of type AxonServerConnectionManagerModifierConstructorDescriptionEventProcessorControlService(AxonServerConnectionManager axonServerConnectionManager, EventProcessingConfiguration eventProcessingConfiguration, String context) Deprecated.EventProcessorControlService(AxonServerConnectionManager axonServerConnectionManager, EventProcessingConfiguration eventProcessingConfiguration, String context, Map<String, AxonServerConfiguration.Eventhandling.ProcessorSettings> processorConfig) Initialize aEventProcessorControlService.EventProcessorControlService(AxonServerConnectionManager axonServerConnectionManager, EventProcessingConfiguration eventProcessingConfiguration, AxonServerConfiguration axonServerConfiguration) Initialize aEventProcessorControlService. -
Uses of AxonServerConnectionManager in org.axonframework.axonserver.connector.query
Methods in org.axonframework.axonserver.connector.query with parameters of type AxonServerConnectionManagerModifier and TypeMethodDescriptionAxonServerQueryBus.Builder.axonServerConnectionManager(AxonServerConnectionManager axonServerConnectionManager) Sets theAxonServerConnectionManagerused to create connections between this application and an Axon Server instance. -
Uses of AxonServerConnectionManager in org.axonframework.springboot.autoconfig
Methods in org.axonframework.springboot.autoconfig that return AxonServerConnectionManagerModifier and TypeMethodDescriptionAxonServerAutoConfiguration.ConnectionDetailsConnectionManagerConfiguration.platformConnectionManager(AxonServerConnectionDetails connectionDetails, AxonServerConfiguration axonServerConfig, TagsConfigurationProperties tagProperties, ManagedChannelCustomizer managedChannelCustomizer) AxonServerAutoConfiguration.DefaultConnectionManagerConfiguration.platformConnectionManager(AxonServerConfiguration axonServerConfig, TagsConfigurationProperties tagProperties, ManagedChannelCustomizer managedChannelCustomizer) Methods in org.axonframework.springboot.autoconfig with parameters of type AxonServerConnectionManagerModifier and TypeMethodDescriptionAxonServerBusAutoConfiguration.axonServerCommandBus(AxonServerConnectionManager axonServerConnectionManager, AxonServerConfiguration axonServerConfiguration, CommandBus localSegment, Serializer messageSerializer, RoutingStrategy routingStrategy, CommandPriorityCalculator priorityCalculator, CommandLoadFactorProvider loadFactorProvider, TargetContextResolver<? super CommandMessage<?>> targetContextResolver, CommandBusSpanFactory spanFactory) AxonServerBusAutoConfiguration.axonServerEventStoreFactory(AxonServerConfiguration axonServerConfig, AxonServerConnectionManager axonServerConnectionManager, Serializer snapshotSerializer, Serializer eventSerializer, Configuration config) AxonServerActuatorAutoConfiguration.axonServerHealthIndicator(AxonServerConnectionManager connectionManager) AxonServerAutoConfiguration.eventScheduler(Serializer eventSerializer, AxonServerConnectionManager connectionManager) AxonServerBusAutoConfiguration.eventStore(AxonServerConfiguration axonServerConfiguration, Configuration configuration, AxonServerConnectionManager axonServerConnectionManager, Serializer snapshotSerializer, Serializer eventSerializer) AxonServerAutoConfiguration.processorInfoConfiguration(EventProcessingConfiguration eventProcessingConfiguration, AxonServerConnectionManager connectionManager, AxonServerConfiguration configuration) AxonServerBusAutoConfiguration.queryBus(AxonServerConnectionManager axonServerConnectionManager, AxonServerConfiguration axonServerConfiguration, Configuration axonConfiguration, TransactionManager txManager, Serializer messageSerializer, Serializer genericSerializer, QueryPriorityCalculator priorityCalculator, QueryInvocationErrorHandler queryInvocationErrorHandler, TargetContextResolver<? super QueryMessage<?, ?>> targetContextResolver) AxonServerAutoConfiguration.topologyChangeListenerConfigurerModule(AxonServerConnectionManager platformConnectionManager, List<TopologyChangeListener> changeListeners)
EventProcessorControlService(AxonServerConnectionManager, EventProcessingConfiguration, String, Map)to ensure processor settings are provided.