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

io.nats.streaming.protobuf.UnsubscribeRequestOrBuilder 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 UnsubscribeRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:pb.UnsubscribeRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * ClientID
   * 
* * string clientID = 1; */ java.lang.String getClientID(); /** *
   * ClientID
   * 
* * string clientID = 1; */ com.google.protobuf.ByteString getClientIDBytes(); /** *
   * subject for the subscription
   * 
* * string subject = 2; */ java.lang.String getSubject(); /** *
   * subject for the subscription
   * 
* * string subject = 2; */ com.google.protobuf.ByteString getSubjectBytes(); /** *
   * Inbox subject to identify subscription
   * 
* * string inbox = 3; */ java.lang.String getInbox(); /** *
   * Inbox subject to identify subscription
   * 
* * string inbox = 3; */ com.google.protobuf.ByteString getInboxBytes(); /** *
   * Optional durable name which survives client restarts
   * 
* * string durableName = 4; */ java.lang.String getDurableName(); /** *
   * Optional durable name which survives client restarts
   * 
* * string durableName = 4; */ com.google.protobuf.ByteString getDurableNameBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy