| Package | Description |
|---|---|
| io.axoniq.axonserver.connector | |
| io.axoniq.axonserver.connector.impl |
| Modifier and Type | Method and Description |
|---|---|
AxonServerConnectionFactory.Builder |
AxonServerConnectionFactory.Builder.routingServers(ServerAddress... serverAddresses)
Provides the addresses of the AxonServer instances used to set up the initial connection.
|
| Constructor and Description |
|---|
AxonServerManagedChannel(List<ServerAddress> routingServers,
ReconnectConfiguration reconnectConfiguration,
String context,
ClientIdentification clientIdentification,
ScheduledExecutorService executor,
BiFunction<ServerAddress,String,io.grpc.ManagedChannel> connectionFactory)
Constructs a
AxonServerManagedChannel. |
AxonServerManagedChannel(List<ServerAddress> routingServers,
ReconnectConfiguration reconnectConfiguration,
String context,
ClientIdentification clientIdentification,
ScheduledExecutorService executor,
BiFunction<ServerAddress,String,io.grpc.ManagedChannel> connectionFactory)
Constructs a
AxonServerManagedChannel. |
Copyright © 2020–2022 AxonIQ BV. All rights reserved.