public interface InstructionAckOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ErrorMessage |
getError()
Set if instruction acknowledgement failed.
|
ErrorMessageOrBuilder |
getErrorOrBuilder()
Set if instruction acknowledgement failed.
|
String |
getInstructionId()
The identifier of the instruction
|
com.google.protobuf.ByteString |
getInstructionIdBytes()
The identifier of the instruction
|
boolean |
getSuccess()
Indicator whether the instruction was acknowledged successfully
|
boolean |
hasError()
Set if instruction acknowledgement failed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getInstructionId()
The identifier of the instruction
string instruction_id = 1;
com.google.protobuf.ByteString getInstructionIdBytes()
The identifier of the instruction
string instruction_id = 1;
boolean getSuccess()
Indicator whether the instruction was acknowledged successfully
bool success = 2;
boolean hasError()
Set if instruction acknowledgement failed.
.io.axoniq.axonserver.grpc.ErrorMessage error = 3;
ErrorMessage getError()
Set if instruction acknowledgement failed.
.io.axoniq.axonserver.grpc.ErrorMessage error = 3;
ErrorMessageOrBuilder getErrorOrBuilder()
Set if instruction acknowledgement failed.
.io.axoniq.axonserver.grpc.ErrorMessage error = 3;
Copyright © 2010–2020. All rights reserved.