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

io.nats.stan.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.stan.protobuf;

public interface ConnectResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:pb.ConnectResponse)
    com.google.protobuf.MessageOrBuilder {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy