Package | Description |
---|---|
io.axoniq.axonserver.grpc.control |
Modifier and Type | Method and Description |
---|---|
Heartbeat |
Heartbeat.Builder.build() |
Heartbeat |
Heartbeat.Builder.buildPartial() |
static Heartbeat |
Heartbeat.getDefaultInstance() |
Heartbeat |
Heartbeat.getDefaultInstanceForType() |
Heartbeat |
Heartbeat.Builder.getDefaultInstanceForType() |
Heartbeat |
PlatformInboundInstruction.getHeartbeat()
This heartbeat is used by AxonServer in order to check if the connection is still alive
|
Heartbeat |
PlatformInboundInstruction.Builder.getHeartbeat()
This heartbeat is used by AxonServer in order to check if the connection is still alive
|
Heartbeat |
PlatformOutboundInstructionOrBuilder.getHeartbeat()
This heartbeat is used by AxonFramework in order to check if the connection is still alive
|
Heartbeat |
PlatformInboundInstructionOrBuilder.getHeartbeat()
This heartbeat is used by AxonServer in order to check if the connection is still alive
|
Heartbeat |
PlatformOutboundInstruction.getHeartbeat()
This heartbeat is used by AxonFramework in order to check if the connection is still alive
|
Heartbeat |
PlatformOutboundInstruction.Builder.getHeartbeat()
This heartbeat is used by AxonFramework in order to check if the connection is still alive
|
static Heartbeat |
Heartbeat.parseDelimitedFrom(InputStream input) |
static Heartbeat |
Heartbeat.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Heartbeat |
Heartbeat.parseFrom(byte[] data) |
static Heartbeat |
Heartbeat.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Heartbeat |
Heartbeat.parseFrom(ByteBuffer data) |
static Heartbeat |
Heartbeat.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Heartbeat |
Heartbeat.parseFrom(com.google.protobuf.ByteString data) |
static Heartbeat |
Heartbeat.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Heartbeat |
Heartbeat.parseFrom(com.google.protobuf.CodedInputStream input) |
static Heartbeat |
Heartbeat.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Heartbeat |
Heartbeat.parseFrom(InputStream input) |
static Heartbeat |
Heartbeat.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Heartbeat> |
Heartbeat.getParserForType() |
static com.google.protobuf.Parser<Heartbeat> |
Heartbeat.parser() |
Modifier and Type | Method and Description |
---|---|
Heartbeat.Builder |
Heartbeat.Builder.mergeFrom(Heartbeat other) |
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.mergeHeartbeat(Heartbeat value)
This heartbeat is used by AxonServer in order to check if the connection is still alive
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeHeartbeat(Heartbeat value)
This heartbeat is used by AxonFramework in order to check if the connection is still alive
|
static Heartbeat.Builder |
Heartbeat.newBuilder(Heartbeat prototype) |
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.setHeartbeat(Heartbeat value)
This heartbeat is used by AxonServer in order to check if the connection is still alive
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setHeartbeat(Heartbeat value)
This heartbeat is used by AxonFramework in order to check if the connection is still alive
|
Copyright © 2010–2020. All rights reserved.