io.nats.streaming.protobuf.ConnectResponseOrBuilder 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 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();
/**
*
* 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