io.nats.stan.protobuf.AckOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-nats-streaming Show documentation
Show all versions of java-nats-streaming Show documentation
Client library for working with the NATS messaging system.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: protocol.proto
package io.nats.stan.protobuf;
public interface AckOrBuilder extends
// @@protoc_insertion_point(interface_extends:pb.Ack)
com.google.protobuf.MessageOrBuilder {
/**
*
* Subject
*
*
* optional string subject = 1;
*/
java.lang.String getSubject();
/**
*
* Subject
*
*
* optional string subject = 1;
*/
com.google.protobuf.ByteString
getSubjectBytes();
/**
*
* Sequence to acknowledge
*
*
* optional uint64 sequence = 2;
*/
long getSequence();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy