| Constructor and Description |
|---|
AdminChannelImpl(ClientIdentification clientIdentification,
ScheduledExecutorService executor,
AxonServerManagedChannel channel) |
| Constructor and Description |
|---|
CommandChannelImpl(ClientIdentification clientIdentification,
String context,
int permits,
int permitsBatch,
ScheduledExecutorService executor,
AxonServerManagedChannel channel)
Constructs a
CommandChannelImpl. |
| Constructor and Description |
|---|
BufferedEventStream(ClientIdentification clientId,
long trackingToken,
int bufferSize,
int refillBatch,
boolean forceReadFromLeader)
|
EventChannelImpl(ClientIdentification clientIdentification,
ScheduledExecutorService executor,
AxonServerManagedChannel channel)
Constructs a
EventChannelImpl. |
| Constructor and Description |
|---|
EventTransformationChannelImpl(ClientIdentification clientIdentification,
ScheduledExecutorService executor,
AxonServerManagedChannel axonServerManagedChannel)
Constructs an instance based on a
GrpcEventTransformationService. |
| Constructor and Description |
|---|
AbstractAxonServerChannel(ClientIdentification clientIdentification,
ScheduledExecutorService executor,
AxonServerManagedChannel axonServerManagedChannel)
Instantiate an
AbstractAxonServerChannel. |
AxonServerManagedChannel(List<ServerAddress> routingServers,
ReconnectConfiguration reconnectConfiguration,
String context,
ClientIdentification clientIdentification,
ScheduledExecutorService executor,
BiFunction<ServerAddress,String,io.grpc.ManagedChannel> connectionFactory)
Constructs a
AxonServerManagedChannel. |
ContextConnection(ClientIdentification clientIdentification,
ScheduledExecutorService executorService,
AxonServerManagedChannel connection,
long processorInfoUpdateFrequency,
int commandPermits,
int queryPermits,
String context,
Consumer<ContextConnection> onShutdown)
Construct a
ContextConnection carrying context information. |
ControlChannelImpl(ClientIdentification clientIdentification,
String context,
ScheduledExecutorService executor,
AxonServerManagedChannel channel,
long processorInfoUpdateFrequency,
Runnable reconnectHandler)
Constructs a
ControlChannelImpl. |
| Constructor and Description |
|---|
QueryChannelImpl(ClientIdentification clientIdentification,
String context,
int permits,
int permitsBatch,
ScheduledExecutorService executor,
AxonServerManagedChannel channel)
Constructs a
QueryChannelImpl. |
| Modifier and Type | Method and Description |
|---|---|
ClientIdentification |
ClientIdentification.Builder.build() |
ClientIdentification |
ClientIdentification.Builder.buildPartial() |
static ClientIdentification |
ClientIdentification.getDefaultInstance() |
ClientIdentification |
ClientIdentification.getDefaultInstanceForType() |
ClientIdentification |
ClientIdentification.Builder.getDefaultInstanceForType() |
ClientIdentification |
PlatformInboundInstruction.getRegister()
Information about the client being connected.
|
ClientIdentification |
PlatformInboundInstruction.Builder.getRegister()
Information about the client being connected.
|
ClientIdentification |
PlatformInboundInstructionOrBuilder.getRegister()
Information about the client being connected.
|
static ClientIdentification |
ClientIdentification.parseDelimitedFrom(InputStream input) |
static ClientIdentification |
ClientIdentification.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientIdentification |
ClientIdentification.parseFrom(byte[] data) |
static ClientIdentification |
ClientIdentification.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientIdentification |
ClientIdentification.parseFrom(ByteBuffer data) |
static ClientIdentification |
ClientIdentification.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientIdentification |
ClientIdentification.parseFrom(com.google.protobuf.ByteString data) |
static ClientIdentification |
ClientIdentification.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientIdentification |
ClientIdentification.parseFrom(com.google.protobuf.CodedInputStream input) |
static ClientIdentification |
ClientIdentification.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientIdentification |
ClientIdentification.parseFrom(InputStream input) |
static ClientIdentification |
ClientIdentification.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<ClientIdentification,PlatformInfo> |
PlatformServiceGrpc.getGetPlatformServerMethod() |
com.google.protobuf.Parser<ClientIdentification> |
ClientIdentification.getParserForType() |
static com.google.protobuf.Parser<ClientIdentification> |
ClientIdentification.parser() |
| Modifier and Type | Method and Description |
|---|---|
PlatformInfo |
PlatformServiceGrpc.PlatformServiceBlockingStub.getPlatformServer(ClientIdentification request)
Obtains connection information for the Server that a Client should use for its connections.
|
com.google.common.util.concurrent.ListenableFuture<PlatformInfo> |
PlatformServiceGrpc.PlatformServiceFutureStub.getPlatformServer(ClientIdentification request)
Obtains connection information for the Server that a Client should use for its connections.
|
void |
PlatformServiceGrpc.PlatformServiceImplBase.getPlatformServer(ClientIdentification request,
io.grpc.stub.StreamObserver<PlatformInfo> responseObserver)
Obtains connection information for the Server that a Client should use for its connections.
|
void |
PlatformServiceGrpc.PlatformServiceStub.getPlatformServer(ClientIdentification request,
io.grpc.stub.StreamObserver<PlatformInfo> responseObserver)
Obtains connection information for the Server that a Client should use for its connections.
|
ClientIdentification.Builder |
ClientIdentification.Builder.mergeFrom(ClientIdentification other) |
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.mergeRegister(ClientIdentification value)
Information about the client being connected.
|
static ClientIdentification.Builder |
ClientIdentification.newBuilder(ClientIdentification prototype) |
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.setRegister(ClientIdentification value)
Information about the client being connected.
|
Copyright © 2020–2023 AxonIQ BV. All rights reserved.