| Modifier and Type | Method and Description |
|---|---|
AxonServerConfiguration |
AxonServerConfiguration.Builder.build()
Initializes a
AxonServerConfiguration as specified through this Builder. |
| Modifier and Type | Method and Description |
|---|---|
AxonServerConnectionManager.Builder |
AxonServerConnectionManager.Builder.axonServerConfiguration(AxonServerConfiguration axonServerConfiguration)
Sets the
AxonServerConfiguration used to correctly configure connections between Axon clients and
Axon Server. |
| Modifier and Type | Method and Description |
|---|---|
AxonServerCommandBus.Builder |
AxonServerCommandBus.Builder.configuration(AxonServerConfiguration configuration)
Sets the
AxonServerConfiguration used to configure several components within the Axon Server Command
Bus, like setting the client id or the number of command handling threads used. |
| Constructor and Description |
|---|
CommandSerializer(org.axonframework.serialization.Serializer serializer,
AxonServerConfiguration configuration)
Instantiate a serializer used to convert Axon
CommandMessages and CommandResultMessages into Axon
Server gRPC messages and vice versa. |
| Modifier and Type | Method and Description |
|---|---|
AxonServerEventStore.Builder |
AxonServerEventStore.Builder.configuration(AxonServerConfiguration configuration)
Sets the
AxonServerConfiguration describing the servers to connect with and how to manage flow
control. |
| Constructor and Description |
|---|
EventProcessorInfoConfiguration(Function<org.axonframework.config.Configuration,org.axonframework.config.EventProcessingConfiguration> eventProcessingConfiguration,
Function<org.axonframework.config.Configuration,AxonServerConnectionManager> connectionManager,
Function<org.axonframework.config.Configuration,AxonServerConfiguration> axonServerConfiguration)
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 |
|---|
EventProcessorControlService(AxonServerConnectionManager axonServerConnectionManager,
org.axonframework.config.EventProcessingConfiguration eventProcessingConfiguration,
AxonServerConfiguration axonServerConfiguration)
Initialize a
EventProcessorControlService which adds Consumers to the given
AxonServerConnectionManager on PlatformOutboundInstructions. |
| Modifier and Type | Method and Description |
|---|---|
AxonServerQueryBus.Builder |
AxonServerQueryBus.Builder.configuration(AxonServerConfiguration configuration)
Sets the
AxonServerConfiguration used to configure several components within the Axon Server Query
Bus, like setting the client id or the number of query handling threads used. |
| Constructor and Description |
|---|
QuerySerializer(org.axonframework.serialization.Serializer messageSerializer,
org.axonframework.serialization.Serializer serializer,
AxonServerConfiguration configuration)
Instantiate a serializer used to convert Axon
QueryMessages and QueryResponseMessages into Axon
Server gRPC messages and vice versa. |
| Constructor and Description |
|---|
SubscriptionMessageSerializer(org.axonframework.serialization.Serializer messageSerializer,
org.axonframework.serialization.Serializer serializer,
AxonServerConfiguration configuration)
Instantiate a serializer used to convert Axon
SubscriptionQueryMessages, the initial QueryResponseMessage and the subsequent SubscriptionQueryUpdateMessages into Axon Server gRPC messages
and vice versa. |
| Constructor and Description |
|---|
FlowControllingStreamObserver(io.grpc.stub.StreamObserver<T> wrappedStreamObserver,
AxonServerConfiguration configuration,
Function<io.axoniq.axonserver.grpc.FlowControl,T> requestWrapper,
Predicate<T> isConfirmationMessage)
Deprecated.
Constructs a
FlowControllingStreamObserver. |
Copyright © 2010–2021. All rights reserved.