io.nats.streaming.protobuf.PubMsgOrBuilder 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 PubMsgOrBuilder extends
// @@protoc_insertion_point(interface_extends:pb.PubMsg)
com.google.protobuf.MessageOrBuilder {
/**
* optional string clientID = 1;
*
*
* ClientID
*
*/
java.lang.String getClientID();
/**
* optional string clientID = 1;
*
*
* ClientID
*
*/
com.google.protobuf.ByteString
getClientIDBytes();
/**
* optional string guid = 2;
*
*
* guid
*
*/
java.lang.String getGuid();
/**
* optional string guid = 2;
*
*
* guid
*
*/
com.google.protobuf.ByteString
getGuidBytes();
/**
* optional string subject = 3;
*
*
* subject
*
*/
java.lang.String getSubject();
/**
* optional string subject = 3;
*
*
* subject
*
*/
com.google.protobuf.ByteString
getSubjectBytes();
/**
* optional string reply = 4;
*
*
* optional reply
*
*/
java.lang.String getReply();
/**
* optional string reply = 4;
*
*
* optional reply
*
*/
com.google.protobuf.ByteString
getReplyBytes();
/**
* optional bytes data = 5;
*
*
* payload
*
*/
com.google.protobuf.ByteString getData();
/**
* optional bytes sha256 = 10;
*
*
* optional sha256 of data
*
*/
com.google.protobuf.ByteString getSha256();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy