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

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

  /**
   * optional uint64 sequence = 1;
   *
   * 
   * globally ordered sequence number for the subject's channel
   * 
*/ long getSequence(); /** * optional string subject = 2; * *
   * subject
   * 
*/ java.lang.String getSubject(); /** * optional string subject = 2; * *
   * subject
   * 
*/ com.google.protobuf.ByteString getSubjectBytes(); /** * optional string reply = 3; * *
   * optional reply
   * 
*/ java.lang.String getReply(); /** * optional string reply = 3; * *
   * optional reply
   * 
*/ com.google.protobuf.ByteString getReplyBytes(); /** * optional bytes data = 4; * *
   * payload
   * 
*/ com.google.protobuf.ByteString getData(); /** * optional int64 timestamp = 5; * *
   * received timestamp
   * 
*/ long getTimestamp(); /** * optional bool redelivered = 6; * *
   * Flag specifying if the message is being redelivered
   * 
*/ boolean getRedelivered(); /** * optional uint32 CRC32 = 10; * *
   * optional IEEE CRC32
   * 
*/ int getCRC32(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy