Uses of Class
org.axonframework.axonserver.connector.AxonServerConnectionManager.Builder
Packages that use AxonServerConnectionManager.Builder
-
Uses of AxonServerConnectionManager.Builder in org.axonframework.axonserver.connector
Methods in org.axonframework.axonserver.connector 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 org.axonframework.axonserver.connector 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.