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

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

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

  /**
   * optional string clientID = 1;
   *
   * 
   * Client name/identifier.
   * 
*/ java.lang.String getClientID(); /** * optional string clientID = 1; * *
   * Client name/identifier.
   * 
*/ com.google.protobuf.ByteString getClientIDBytes(); /** * optional string heartbeatInbox = 2; * *
   * Inbox for server initiated heartbeats.
   * 
*/ java.lang.String getHeartbeatInbox(); /** * optional string heartbeatInbox = 2; * *
   * Inbox for server initiated heartbeats.
   * 
*/ com.google.protobuf.ByteString getHeartbeatInboxBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy