| Modifier and Type | Method and Description |
|---|---|
AxonServerConnectionManager |
AxonServerConnectionManager.Builder.build()
Initializes a
AxonServerConnectionManager as specified through this Builder. |
| Modifier and Type | Method and Description |
|---|---|
AxonServerCommandBus.Builder |
AxonServerCommandBus.Builder.axonServerConnectionManager(AxonServerConnectionManager axonServerConnectionManager)
Sets the
AxonServerConnectionManager used to create connections between this application and an Axon
Server instance. |
| Modifier and Type | Method and Description |
|---|---|
AxonServerEventScheduler.Builder |
AxonServerEventScheduler.Builder.connectionManager(AxonServerConnectionManager axonServerConnectionManager)
Sets the
AxonServerConnectionManager used to create connections between this application and an Axon
Server instance. |
AxonServerEventStore.Builder |
AxonServerEventStore.Builder.platformConnectionManager(AxonServerConnectionManager axonServerConnectionManager)
Sets the
AxonServerConnectionManager managing the connections to the AxonServer platform. |
| Constructor and Description |
|---|
EventProcessorInfoConfiguration(Function<org.axonframework.config.Configuration,org.axonframework.config.EventProcessingConfiguration> eventProcessingConfigurationBuilder,
Function<org.axonframework.config.Configuration,AxonServerConnectionManager> connectionManagerBuilder,
Function<org.axonframework.config.Configuration,AxonServerConfiguration> axonServerConfigurationBuilder)
Creates an EventProcessorInfoConfiguration using the provided functions to retrieve the
EventProcessingConfiguration, AxonServerConnectionManager and AxonServerConfiguration. |
| Constructor and Description |
|---|
HeartbeatConfiguration(Function<org.axonframework.config.Configuration,AxonServerConnectionManager> connectionManagerSupplier,
Function<org.axonframework.config.Configuration,AxonServerConfiguration> axonServerConfigurationSupplier)
Deprecated.
Creates a
HeartbeatConfiguration using the provided functions to retrieve the AxonServerConnectionManager and AxonServerConfiguration. |
| Constructor and Description |
|---|
ActiveGrpcChannelChecker(AxonServerConnectionManager connectionManager,
String context)
Deprecated.
Constructs an
ActiveGrpcChannelChecker based on the connection manager. |
HeartbeatConnectionChecker(AxonServerConnectionManager connectionManager,
String context)
Deprecated.
Constructs an instance of
HeartbeatConnectionChecker using the specified parameters. |
| Constructor and Description |
|---|
GrpcHeartbeatSource(AxonServerConnectionManager connectionManager,
String context)
Deprecated.
Creates a
GrpcHeartbeatSource which uses an AxonServerConnectionManager to send heartbeats
messages to AxonServer. |
| Modifier and Type | Field and Description |
|---|---|
protected AxonServerConnectionManager |
EventProcessorControlService.axonServerConnectionManager |
| Constructor and Description |
|---|
EventProcessorControlService(AxonServerConnectionManager axonServerConnectionManager,
org.axonframework.config.EventProcessingConfiguration eventProcessingConfiguration,
AxonServerConfiguration axonServerConfiguration)
Initialize a
EventProcessorControlService which adds Consumers to the given
AxonServerConnectionManager on PlatformOutboundInstructions. |
EventProcessorControlService(AxonServerConnectionManager axonServerConnectionManager,
org.axonframework.config.EventProcessingConfiguration eventProcessingConfiguration,
String context)
Initialize a
EventProcessorControlService which adds Consumers to the given
AxonServerConnectionManager on PlatformOutboundInstructions. |
| Modifier and Type | Method and Description |
|---|---|
AxonServerQueryBus.Builder |
AxonServerQueryBus.Builder.axonServerConnectionManager(AxonServerConnectionManager axonServerConnectionManager)
Sets the
AxonServerConnectionManager used to create connections between this application and an Axon
Server instance. |
Copyright © 2010–2023. All rights reserved.