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

io.nats.streaming.protobuf.SubscriptionResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.2.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: protocol.proto

package io.nats.streaming.protobuf;

public interface SubscriptionResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:pb.SubscriptionResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string ackInbox = 2;
   *
   * 
   * ackInbox for sending acks
   * 
*/ java.lang.String getAckInbox(); /** * optional string ackInbox = 2; * *
   * ackInbox for sending acks
   * 
*/ com.google.protobuf.ByteString getAckInboxBytes(); /** * optional string error = 3; * *
   * err string, empty/omitted if no error
   * 
*/ java.lang.String getError(); /** * optional string error = 3; * *
   * err string, empty/omitted if no error
   * 
*/ com.google.protobuf.ByteString getErrorBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy