io.nats.streaming.protobuf.PingOrBuilder 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 PingOrBuilder extends
// @@protoc_insertion_point(interface_extends:pb.Ping)
com.google.protobuf.MessageOrBuilder {
/**
*
* Connection ID
*
*
* bytes connID = 1;
*/
com.google.protobuf.ByteString getConnID();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy