io.nats.stan.protobuf.CloseRequestOrBuilder 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.stan.protobuf;
public interface CloseRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:pb.CloseRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* Client name provided to Connect() requests
*
*
* optional string clientID = 1;
*/
java.lang.String getClientID();
/**
*
* Client name provided to Connect() requests
*
*
* optional string clientID = 1;
*/
com.google.protobuf.ByteString
getClientIDBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy