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

io.nats.streaming.protobuf.CloseRequestOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: protocol.proto

package io.nats.streaming.protobuf;

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

  /**
   * optional string clientID = 1;
   *
   * 
   * Client name provided to Connect() requests
   * 
*/ java.lang.String getClientID(); /** * optional string clientID = 1; * *
   * Client name provided to Connect() requests
   * 
*/ com.google.protobuf.ByteString getClientIDBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy