| Constructor and Description |
|---|
AxonServerCommandBus(AxonServerConnectionManager axonServerConnectionManager,
AxonServerConfiguration configuration,
org.axonframework.commandhandling.CommandBus localSegment,
org.axonframework.serialization.Serializer serializer,
org.axonframework.commandhandling.distributed.RoutingStrategy routingStrategy)
Instantiate an Axon Server
CommandBus client. |
AxonServerCommandBus(AxonServerConnectionManager axonServerConnectionManager,
AxonServerConfiguration configuration,
org.axonframework.commandhandling.CommandBus localSegment,
org.axonframework.serialization.Serializer serializer,
org.axonframework.commandhandling.distributed.RoutingStrategy routingStrategy,
CommandPriorityCalculator priorityCalculator)
Instantiate an Axon Server Command Bus client.
|
| Constructor and Description |
|---|
AxonServerEventStoreClient(AxonServerConfiguration eventStoreConfiguration,
AxonServerConnectionManager axonServerConnectionManager)
Initialize the Event Store Client using given
eventStoreConfiguration and given platformConnectionManager. |
| Modifier and Type | Method and Description |
|---|---|
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> eventProcessingConfiguration,
Function<org.axonframework.config.Configuration,AxonServerConnectionManager> connectionManager,
Function<org.axonframework.config.Configuration,AxonServerConfiguration> axonServerConfiguration) |
| Constructor and Description |
|---|
EventProcessorControlService(AxonServerConnectionManager axonServerConnectionManager,
EventProcessorController eventProcessorController)
Initialize a
EventProcessorControlService which adds Consumers to the given
AxonServerConnectionManager on PlatformOutboundInstructions. |
| Constructor and Description |
|---|
GrpcEventProcessorInfoSource(org.axonframework.config.EventProcessingConfiguration eventProcessingConfiguration,
AxonServerConnectionManager axonServerConnectionManager)
Instantiate a
EventProcessorInfoSource which can send EventProcessor status info to Axon Server. |
| Constructor and Description |
|---|
AxonServerQueryBus(AxonServerConnectionManager axonServerConnectionManager,
AxonServerConfiguration configuration,
org.axonframework.queryhandling.QueryUpdateEmitter updateEmitter,
org.axonframework.queryhandling.QueryBus localSegment,
org.axonframework.serialization.Serializer messageSerializer,
org.axonframework.serialization.Serializer genericSerializer,
QueryPriorityCalculator priorityCalculator)
Creates an instance of the Axon Server
QueryBus client. |
Copyright © 2010–2019. All rights reserved.