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

io.nats.streaming.protobuf.PubMsgOrBuilder 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 PubMsgOrBuilder extends
    // @@protoc_insertion_point(interface_extends:pb.PubMsg)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * ClientID
   * 
* * string clientID = 1; */ java.lang.String getClientID(); /** *
   * ClientID
   * 
* * string clientID = 1; */ com.google.protobuf.ByteString getClientIDBytes(); /** *
   * guid
   * 
* * string guid = 2; */ java.lang.String getGuid(); /** *
   * guid
   * 
* * string guid = 2; */ com.google.protobuf.ByteString getGuidBytes(); /** *
   * subject
   * 
* * string subject = 3; */ java.lang.String getSubject(); /** *
   * subject
   * 
* * string subject = 3; */ com.google.protobuf.ByteString getSubjectBytes(); /** *
   * optional reply
   * 
* * string reply = 4; */ java.lang.String getReply(); /** *
   * optional reply
   * 
* * string reply = 4; */ com.google.protobuf.ByteString getReplyBytes(); /** *
   * payload
   * 
* * bytes data = 5; */ com.google.protobuf.ByteString getData(); /** *
   * optional sha256 of data
   * 
* * bytes sha256 = 10; */ com.google.protobuf.ByteString getSha256(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy