io.nats.stan.protobuf.SubscriptionResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-nats-streaming Show documentation
Show all versions of java-nats-streaming Show documentation
Client library for working with the NATS messaging system.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: protocol.proto
package io.nats.stan.protobuf;
public interface SubscriptionResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:pb.SubscriptionResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* ackInbox for sending acks
*
*
* optional string ackInbox = 2;
*/
java.lang.String getAckInbox();
/**
*
* ackInbox for sending acks
*
*
* optional string ackInbox = 2;
*/
com.google.protobuf.ByteString
getAckInboxBytes();
/**
*
* err string, empty/omitted if no error
*
*
* optional string error = 3;
*/
java.lang.String getError();
/**
*
* err string, empty/omitted if no error
*
*
* optional string error = 3;
*/
com.google.protobuf.ByteString
getErrorBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy