Package | Description |
---|---|
org.axonframework.axonserver.connector |
Modifier and Type | Method and Description |
---|---|
AxonServerConnectionManager.Builder |
AxonServerConnectionManager.Builder.axonFrameworkVersionResolver(Supplier<String> axonFrameworkVersionResolver)
Sets the Axon Framework version resolver used in order to communicate the client version to send to Axon
Server.
|
AxonServerConnectionManager.Builder |
AxonServerConnectionManager.Builder.axonServerConfiguration(AxonServerConfiguration axonServerConfiguration)
Sets the
AxonServerConfiguration used to correctly configure connections between Axon clients and
Axon Server. |
static AxonServerConnectionManager.Builder |
AxonServerConnectionManager.builder()
Instantiate a Builder to be able to create an
AxonServerConnectionManager . |
AxonServerConnectionManager.Builder |
AxonServerConnectionManager.Builder.instructionAckSource(InstructionAckSource<PlatformInboundInstruction> instructionAckSource)
Sets the instruction ack source used to send instruction acknowledgements.
|
AxonServerConnectionManager.Builder |
AxonServerConnectionManager.Builder.requestStreamFactory(Function<UpstreamAwareStreamObserver<PlatformOutboundInstruction>,io.grpc.stub.StreamObserver<PlatformInboundInstruction>> requestStreamFactory)
Sets the request stream factory that creates a request stream based on upstream.
|
AxonServerConnectionManager.Builder |
AxonServerConnectionManager.Builder.scheduler(ScheduledExecutorService scheduler)
Sets the
ScheduledExecutorService used to schedule connection attempts given certain success and/or
failure scenarios of a channel. |
AxonServerConnectionManager.Builder |
AxonServerConnectionManager.Builder.tagsConfiguration(TagsConfiguration tagsConfiguration)
Sets the
TagsConfiguration used to add the tags of this Axon instance as client information when
setting up a channel. |
Constructor and Description |
---|
AxonServerConnectionManager(AxonServerConnectionManager.Builder builder)
Instantiate a
AxonServerConnectionManager based on the fields contained in the AxonServerConnectionManager.Builder . |
Copyright © 2010–2020. All rights reserved.