public interface PlatformInboundInstructionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
InstructionAck |
getAck()
Acknowledgement of previously sent instruction via outbound stream
|
InstructionAckOrBuilder |
getAckOrBuilder()
Acknowledgement of previously sent instruction via outbound stream
|
EventProcessorInfo |
getEventProcessorInfo()
Information about Tracking Processors defined in the application.
|
EventProcessorInfoOrBuilder |
getEventProcessorInfoOrBuilder()
Information about Tracking Processors defined in the application.
|
Heartbeat |
getHeartbeat()
This heartbeat is used by AxonServer in order to check if the connection is still alive
|
HeartbeatOrBuilder |
getHeartbeatOrBuilder()
This heartbeat is used by AxonServer in order to check if the connection is still alive
|
String |
getInstructionId()
Instruction identifier.
|
com.google.protobuf.ByteString |
getInstructionIdBytes()
Instruction identifier.
|
ClientIdentification |
getRegister()
Information about the client being connected.
|
ClientIdentificationOrBuilder |
getRegisterOrBuilder()
Information about the client being connected.
|
PlatformInboundInstruction.RequestCase |
getRequestCase() |
boolean |
hasAck()
Acknowledgement of previously sent instruction via outbound stream
|
boolean |
hasEventProcessorInfo()
Information about Tracking Processors defined in the application.
|
boolean |
hasHeartbeat()
This heartbeat is used by AxonServer in order to check if the connection is still alive
|
boolean |
hasRegister()
Information about the client being connected.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRegister()
Information about the client being connected. This information is used by AxonServer to monitor the topology of connected applications.
.io.axoniq.axonserver.grpc.control.ClientIdentification register = 1;ClientIdentification getRegister()
Information about the client being connected. This information is used by AxonServer to monitor the topology of connected applications.
.io.axoniq.axonserver.grpc.control.ClientIdentification register = 1;ClientIdentificationOrBuilder getRegisterOrBuilder()
Information about the client being connected. This information is used by AxonServer to monitor the topology of connected applications.
.io.axoniq.axonserver.grpc.control.ClientIdentification register = 1;boolean hasEventProcessorInfo()
Information about Tracking Processors defined in the application. This information is used by AxonServer to monitor the progress of Tracking Processors across instances.
.io.axoniq.axonserver.grpc.control.EventProcessorInfo event_processor_info = 2;EventProcessorInfo getEventProcessorInfo()
Information about Tracking Processors defined in the application. This information is used by AxonServer to monitor the progress of Tracking Processors across instances.
.io.axoniq.axonserver.grpc.control.EventProcessorInfo event_processor_info = 2;EventProcessorInfoOrBuilder getEventProcessorInfoOrBuilder()
Information about Tracking Processors defined in the application. This information is used by AxonServer to monitor the progress of Tracking Processors across instances.
.io.axoniq.axonserver.grpc.control.EventProcessorInfo event_processor_info = 2;boolean hasHeartbeat()
This heartbeat is used by AxonServer in order to check if the connection is still alive
.io.axoniq.axonserver.grpc.control.Heartbeat heartbeat = 3;Heartbeat getHeartbeat()
This heartbeat is used by AxonServer in order to check if the connection is still alive
.io.axoniq.axonserver.grpc.control.Heartbeat heartbeat = 3;HeartbeatOrBuilder getHeartbeatOrBuilder()
This heartbeat is used by AxonServer in order to check if the connection is still alive
.io.axoniq.axonserver.grpc.control.Heartbeat heartbeat = 3;boolean hasAck()
Acknowledgement of previously sent instruction via outbound stream
.io.axoniq.axonserver.grpc.InstructionAck ack = 4;InstructionAck getAck()
Acknowledgement of previously sent instruction via outbound stream
.io.axoniq.axonserver.grpc.InstructionAck ack = 4;InstructionAckOrBuilder getAckOrBuilder()
Acknowledgement of previously sent instruction via outbound stream
.io.axoniq.axonserver.grpc.InstructionAck ack = 4;String getInstructionId()
Instruction identifier. If this identifier is set, this instruction will be acknowledged via outbound stream
string instruction_id = 5;com.google.protobuf.ByteString getInstructionIdBytes()
Instruction identifier. If this identifier is set, this instruction will be acknowledged via outbound stream
string instruction_id = 5;PlatformInboundInstruction.RequestCase getRequestCase()
Copyright © 2010–2020. All rights reserved.