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

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy