Package | Description |
---|---|
org.axonframework.axonserver.connector |
Modifier and Type | Method and Description |
---|---|
AxonServerConnectionManager.Builder |
AxonServerConnectionManager.Builder.axonFrameworkVersionResolver(Supplier<String> axonFrameworkVersionResolver)
Deprecated.
Not ued anymore
|
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.channelCustomizer(UnaryOperator<io.grpc.ManagedChannelBuilder<?>> channelCustomization)
Registers the given
channelCustomization , which configures the underling ManagedChannelBuilder used to set up connections to AxonServer. |
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,
io.axoniq.axonserver.connector.AxonServerConnectionFactory connectionFactory)
Instantiate a
AxonServerConnectionManager based on the fields contained in the AxonServerConnectionManager.Builder , using the
given connectionFactory to obtain connections to AxonServer. |
Copyright © 2010–2022. All rights reserved.