Uses of Class
io.axoniq.framework.axonserver.connector.api.AxonServerConnectionManager.Builder
Packages that use AxonServerConnectionManager.Builder
Package
Description
Root package for the Axon Server Connector.
-
Uses of AxonServerConnectionManager.Builder in io.axoniq.framework.axonserver.connector.api
Methods in io.axoniq.framework.axonserver.connector.api that return AxonServerConnectionManager.BuilderModifier and TypeMethodDescriptionAxonServerConnectionManager.Builder.axonServerConfiguration(AxonServerConfiguration axonServerConfiguration) Sets theAxonServerConfigurationused to correctly configure connections between Axon clients and Axon Server.AxonServerConnectionManager.builder()Instantiate a Builder to be able to create anAxonServerConnectionManager.AxonServerConnectionManager.Builder.channelCustomizer(UnaryOperator<io.grpc.ManagedChannelBuilder<?>> channelCustomization) Registers the givenchannelCustomization, which configures the underlingManagedChannelBuilderused to set up connections to AxonServer.AxonServerConnectionManager.Builder.routingServers(String routingServers) Comma separated list of Axon Server locations.AxonServerConnectionManager.Builder.tagsConfiguration(TagsConfiguration tagsConfiguration) Sets theTagsConfigurationused to add the tags of this Axon instance as client information when setting up a channel.Constructors in io.axoniq.framework.axonserver.connector.api with parameters of type AxonServerConnectionManager.BuilderModifierConstructorDescriptionprotectedAxonServerConnectionManager(AxonServerConnectionManager.Builder builder, io.axoniq.axonserver.connector.AxonServerConnectionFactory connectionFactory) Instantiate aAxonServerConnectionManagerbased on the fields contained in theAxonServerConnectionManager.Builder, using the givenconnectionFactoryto obtain connections to AxonServer.