io.axoniq.axonserver.grpc.command.CommandProviderInboundOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: command.proto
package io.axoniq.axonserver.grpc.command;
public interface CommandProviderInboundOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.axoniq.axonserver.grpc.command.CommandProviderInbound)
com.google.protobuf.MessageOrBuilder {
/**
*
* Acknowledgement of previously sent instruction via outbound stream
*
*
* .io.axoniq.axonserver.grpc.InstructionAck ack = 1;
*/
boolean hasAck();
/**
*
* Acknowledgement of previously sent instruction via outbound stream
*
*
* .io.axoniq.axonserver.grpc.InstructionAck ack = 1;
*/
io.axoniq.axonserver.grpc.InstructionAck getAck();
/**
*
* Acknowledgement of previously sent instruction via outbound stream
*
*
* .io.axoniq.axonserver.grpc.InstructionAck ack = 1;
*/
io.axoniq.axonserver.grpc.InstructionAckOrBuilder getAckOrBuilder();
/**
*
* A command for this component to process
*
*
* .io.axoniq.axonserver.grpc.command.Command command = 2;
*/
boolean hasCommand();
/**
*
* A command for this component to process
*
*
* .io.axoniq.axonserver.grpc.command.Command command = 2;
*/
io.axoniq.axonserver.grpc.command.Command getCommand();
/**
*
* A command for this component to process
*
*
* .io.axoniq.axonserver.grpc.command.Command command = 2;
*/
io.axoniq.axonserver.grpc.command.CommandOrBuilder getCommandOrBuilder();
/**
*
* Instruction identifier. If this identifier is set, this instruction will be acknowledged via outbound stream
*
*
* string instruction_id = 3;
*/
java.lang.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();
public io.axoniq.axonserver.grpc.command.CommandProviderInbound.RequestCase getRequestCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy