All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.axoniq.axonserver.grpc.InstructionAckOrBuilder Maven / Gradle / Ivy

There is a newer version: 2024.1.1
Show newest version
// 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