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

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

  /**
   * 
   * Subject
   * 
* * string subject = 1; */ java.lang.String getSubject(); /** *
   * Subject
   * 
* * string subject = 1; */ com.google.protobuf.ByteString getSubjectBytes(); /** *
   * Sequence to acknowledge
   * 
* * uint64 sequence = 2; */ long getSequence(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy