Package | Description |
---|---|
io.axoniq.axonserver.grpc.control |
Modifier and Type | Method and Description |
---|---|
RequestReconnect |
RequestReconnect.Builder.build() |
RequestReconnect |
RequestReconnect.Builder.buildPartial() |
static RequestReconnect |
RequestReconnect.getDefaultInstance() |
RequestReconnect |
RequestReconnect.getDefaultInstanceForType() |
RequestReconnect |
RequestReconnect.Builder.getDefaultInstanceForType() |
RequestReconnect |
PlatformOutboundInstructionOrBuilder.getRequestReconnect()
A request from AxonServer to the Application to migrate its connection to another node.
|
RequestReconnect |
PlatformOutboundInstruction.getRequestReconnect()
A request from AxonServer to the Application to migrate its connection to another node.
|
RequestReconnect |
PlatformOutboundInstruction.Builder.getRequestReconnect()
A request from AxonServer to the Application to migrate its connection to another node.
|
static RequestReconnect |
RequestReconnect.parseDelimitedFrom(InputStream input) |
static RequestReconnect |
RequestReconnect.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RequestReconnect |
RequestReconnect.parseFrom(byte[] data) |
static RequestReconnect |
RequestReconnect.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RequestReconnect |
RequestReconnect.parseFrom(ByteBuffer data) |
static RequestReconnect |
RequestReconnect.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RequestReconnect |
RequestReconnect.parseFrom(com.google.protobuf.ByteString data) |
static RequestReconnect |
RequestReconnect.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RequestReconnect |
RequestReconnect.parseFrom(com.google.protobuf.CodedInputStream input) |
static RequestReconnect |
RequestReconnect.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RequestReconnect |
RequestReconnect.parseFrom(InputStream input) |
static RequestReconnect |
RequestReconnect.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<RequestReconnect> |
RequestReconnect.getParserForType() |
static com.google.protobuf.Parser<RequestReconnect> |
RequestReconnect.parser() |
Modifier and Type | Method and Description |
---|---|
RequestReconnect.Builder |
RequestReconnect.Builder.mergeFrom(RequestReconnect other) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeRequestReconnect(RequestReconnect value)
A request from AxonServer to the Application to migrate its connection to another node.
|
static RequestReconnect.Builder |
RequestReconnect.newBuilder(RequestReconnect prototype) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setRequestReconnect(RequestReconnect value)
A request from AxonServer to the Application to migrate its connection to another node.
|
Copyright © 2010–2020. All rights reserved.