io.nats.streaming.protobuf.ConnectResponseOrBuilder Maven / Gradle / Ivy
// 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 {
/**
*
* Prefix to use when publishing to this STAN cluster
*
*
* string pubPrefix = 1;
*/
java.lang.String getPubPrefix();
/**
*
* Prefix to use when publishing to this STAN cluster
*
*
* string pubPrefix = 1;
*/
com.google.protobuf.ByteString
getPubPrefixBytes();
/**
*
* Subject to use for subscription requests
*
*
* string subRequests = 2;
*/
java.lang.String getSubRequests();
/**
*
* Subject to use for subscription requests
*
*
* string subRequests = 2;
*/
com.google.protobuf.ByteString
getSubRequestsBytes();
/**
*
* Subject to use for unsubscribe requests
*
*
* string unsubRequests = 3;
*/
java.lang.String getUnsubRequests();
/**
*
* Subject to use for unsubscribe requests
*
*
* string unsubRequests = 3;
*/
com.google.protobuf.ByteString
getUnsubRequestsBytes();
/**
*
* Subject for closing the stan connection
*
*
* string closeRequests = 4;
*/
java.lang.String getCloseRequests();
/**
*
* Subject for closing the stan connection
*
*
* string closeRequests = 4;
*/
com.google.protobuf.ByteString
getCloseRequestsBytes();
/**
*
* err string, empty/omitted if no error
*
*
* string error = 5;
*/
java.lang.String getError();
/**
*
* err string, empty/omitted if no error
*
*
* string error = 5;
*/
com.google.protobuf.ByteString
getErrorBytes();
/**
*
* Subject to use for subscription close requests
*
*
* string subCloseRequests = 6;
*/
java.lang.String getSubCloseRequests();
/**
*
* Subject to use for subscription close requests
*
*
* string subCloseRequests = 6;
*/
com.google.protobuf.ByteString
getSubCloseRequestsBytes();
/**
*
* Subject to use for PING requests
*
*
* string pingRequests = 7;
*/
java.lang.String getPingRequests();
/**
*
* Subject to use for PING requests
*
*
* string pingRequests = 7;
*/
com.google.protobuf.ByteString
getPingRequestsBytes();
/**
*
* Interval at which client should send PINGs (expressed in seconds).
*
*
* int32 pingInterval = 8;
*/
int getPingInterval();
/**
*
* Maximum number of PINGs without a response after which the connection can be considered lost
*
*
* int32 pingMaxOut = 9;
*/
int getPingMaxOut();
/**
*
* Protocol version the server is at
*
*
* int32 protocol = 10;
*/
int getProtocol();
/**
*
* Possibly used to sign acks, etc.
*
*
* string publicKey = 100;
*/
java.lang.String getPublicKey();
/**
*
* Possibly used to sign acks, etc.
*
*
* string publicKey = 100;
*/
com.google.protobuf.ByteString
getPublicKeyBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy