public interface InstructionResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ErrorMessage |
getError()
Cause of instruction handling failure.
|
ErrorMessageOrBuilder |
getErrorOrBuilder()
Cause of instruction handling failure.
|
String |
getInstructionId()
The identifier of the instruction
|
com.google.protobuf.ByteString |
getInstructionIdBytes()
The identifier of the instruction
|
boolean |
getSuccess()
Indicator whether the instruction was processed successfully
|
boolean |
hasError()
Cause of instruction handling failure.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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 processed successfully
bool success = 2;boolean hasError()
Cause of instruction handling failure.
.io.axoniq.axonserver.grpc.ErrorMessage error = 3;ErrorMessage getError()
Cause of instruction handling failure.
.io.axoniq.axonserver.grpc.ErrorMessage error = 3;ErrorMessageOrBuilder getErrorOrBuilder()
Cause of instruction handling failure.
.io.axoniq.axonserver.grpc.ErrorMessage error = 3;Copyright © 2020–2022 AxonIQ BV. All rights reserved.