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

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

  /**
   * optional string pubPrefix = 1;
   *
   * 
   * Prefix to use when publishing to this STAN cluster
   * 
*/ java.lang.String getPubPrefix(); /** * optional string pubPrefix = 1; * *
   * Prefix to use when publishing to this STAN cluster
   * 
*/ com.google.protobuf.ByteString getPubPrefixBytes(); /** * optional string subRequests = 2; * *
   * Subject to use for subscription requests
   * 
*/ java.lang.String getSubRequests(); /** * optional string subRequests = 2; * *
   * Subject to use for subscription requests
   * 
*/ com.google.protobuf.ByteString getSubRequestsBytes(); /** * optional string unsubRequests = 3; * *
   * Subject to use for unsubscribe requests
   * 
*/ java.lang.String getUnsubRequests(); /** * optional string unsubRequests = 3; * *
   * Subject to use for unsubscribe requests
   * 
*/ com.google.protobuf.ByteString getUnsubRequestsBytes(); /** * optional string closeRequests = 4; * *
   * Subject for closing the stan connection
   * 
*/ java.lang.String getCloseRequests(); /** * optional string closeRequests = 4; * *
   * Subject for closing the stan connection
   * 
*/ com.google.protobuf.ByteString getCloseRequestsBytes(); /** * optional string error = 5; * *
   * err string, empty/omitted if no error
   * 
*/ java.lang.String getError(); /** * optional string error = 5; * *
   * err string, empty/omitted if no error
   * 
*/ com.google.protobuf.ByteString getErrorBytes(); /** * optional string subCloseRequests = 6; * *
   * Subject to use for subscription close requests
   * 
*/ java.lang.String getSubCloseRequests(); /** * optional string subCloseRequests = 6; * *
   * Subject to use for subscription close requests
   * 
*/ com.google.protobuf.ByteString getSubCloseRequestsBytes(); /** * optional string publicKey = 100; * *
   * Possibly used to sign acks, etc.
   * 
*/ java.lang.String getPublicKey(); /** * optional string publicKey = 100; * *
   * Possibly used to sign acks, etc.
   * 
*/ com.google.protobuf.ByteString getPublicKeyBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy