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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: common.proto

package io.axoniq.axonserver.grpc;

public interface ProcessingInstructionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.axoniq.axonserver.grpc.ProcessingInstruction)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The type of processing message. 
   * 
* * .io.axoniq.axonserver.grpc.ProcessingKey key = 1; */ int getKeyValue(); /** *
   * The type of processing message. 
   * 
* * .io.axoniq.axonserver.grpc.ProcessingKey key = 1; */ io.axoniq.axonserver.grpc.ProcessingKey getKey(); /** *
   * The value associated with the processing key.  
   * 
* * .io.axoniq.axonserver.grpc.MetaDataValue value = 2; */ boolean hasValue(); /** *
   * The value associated with the processing key.  
   * 
* * .io.axoniq.axonserver.grpc.MetaDataValue value = 2; */ io.axoniq.axonserver.grpc.MetaDataValue getValue(); /** *
   * The value associated with the processing key.  
   * 
* * .io.axoniq.axonserver.grpc.MetaDataValue value = 2; */ io.axoniq.axonserver.grpc.MetaDataValueOrBuilder getValueOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy