public interface CommandProviderInboundOrBuilder
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
|
Command |
getCommand()
A command for this component to process
|
CommandOrBuilder |
getCommandOrBuilder()
A command for this component to process
|
String |
getInstructionId()
Instruction identifier.
|
com.google.protobuf.ByteString |
getInstructionIdBytes()
Instruction identifier.
|
CommandProviderInbound.RequestCase |
getRequestCase() |
boolean |
hasAck()
Acknowledgement of previously sent instruction via outbound stream
|
boolean |
hasCommand()
A command for this component to process
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasAck()
Acknowledgement of previously sent instruction via outbound stream
.io.axoniq.axonserver.grpc.InstructionAck ack = 1;
InstructionAck getAck()
Acknowledgement of previously sent instruction via outbound stream
.io.axoniq.axonserver.grpc.InstructionAck ack = 1;
InstructionAckOrBuilder getAckOrBuilder()
Acknowledgement of previously sent instruction via outbound stream
.io.axoniq.axonserver.grpc.InstructionAck ack = 1;
boolean hasCommand()
A command for this component to process
.io.axoniq.axonserver.grpc.command.Command command = 2;
Command getCommand()
A command for this component to process
.io.axoniq.axonserver.grpc.command.Command command = 2;
CommandOrBuilder getCommandOrBuilder()
A command for this component to process
.io.axoniq.axonserver.grpc.command.Command command = 2;
String getInstructionId()
Instruction identifier. If this identifier is set, this instruction will be acknowledged via outbound stream
string instruction_id = 3;
com.google.protobuf.ByteString getInstructionIdBytes()
Instruction identifier. If this identifier is set, this instruction will be acknowledged via outbound stream
string instruction_id = 3;
CommandProviderInbound.RequestCase getRequestCase()
Copyright © 2010–2020. All rights reserved.