io.nats.streaming.protobuf.AckOrBuilder Maven / Gradle / Ivy
// 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 {
/**
* optional string subject = 1;
*
*
* Subject
*
*/
java.lang.String getSubject();
/**
* optional string subject = 1;
*
*
* Subject
*
*/
com.google.protobuf.ByteString
getSubjectBytes();
/**
* optional uint64 sequence = 2;
*
*
* Sequence to acknowledge
*
*/
long getSequence();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy