io.nats.streaming.protobuf.UnsubscribeRequestOrBuilder 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.streaming.protobuf;
public interface UnsubscribeRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:pb.UnsubscribeRequest)
com.google.protobuf.MessageOrBuilder {
/**
* optional string clientID = 1;
*
*
* ClientID
*
*/
java.lang.String getClientID();
/**
* optional string clientID = 1;
*
*
* ClientID
*
*/
com.google.protobuf.ByteString
getClientIDBytes();
/**
* optional string subject = 2;
*
*
* subject for the subscription
*
*/
java.lang.String getSubject();
/**
* optional string subject = 2;
*
*
* subject for the subscription
*
*/
com.google.protobuf.ByteString
getSubjectBytes();
/**
* optional string inbox = 3;
*
*
* Inbox subject to identify subscription
*
*/
java.lang.String getInbox();
/**
* optional string inbox = 3;
*
*
* Inbox subject to identify subscription
*
*/
com.google.protobuf.ByteString
getInboxBytes();
/**
* optional string durableName = 4;
*
*
* Optional durable name which survives client restarts
*
*/
java.lang.String getDurableName();
/**
* optional string durableName = 4;
*
*
* Optional durable name which survives client restarts
*
*/
com.google.protobuf.ByteString
getDurableNameBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy