io.axoniq.axonserver.grpc.InstructionAckOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: common.proto
package io.axoniq.axonserver.grpc;
public interface InstructionAckOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.axoniq.axonserver.grpc.InstructionAck)
com.google.protobuf.MessageOrBuilder {
/**
*
* The identifier of the instruction
*
*
* string instruction_id = 1;
*/
java.lang.String getInstructionId();
/**
*
* The identifier of the instruction
*
*
* string instruction_id = 1;
*/
com.google.protobuf.ByteString
getInstructionIdBytes();
/**
*
* Indicator whether the instruction was acknowledged successfully
*
*
* bool success = 2;
*/
boolean getSuccess();
/**
*
* Set if instruction acknowledgement failed.
*
*
* .io.axoniq.axonserver.grpc.ErrorMessage error = 3;
*/
boolean hasError();
/**
*
* Set if instruction acknowledgement failed.
*
*
* .io.axoniq.axonserver.grpc.ErrorMessage error = 3;
*/
io.axoniq.axonserver.grpc.ErrorMessage getError();
/**
*
* Set if instruction acknowledgement failed.
*
*
* .io.axoniq.axonserver.grpc.ErrorMessage error = 3;
*/
io.axoniq.axonserver.grpc.ErrorMessageOrBuilder getErrorOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy