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 {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy