io.nats.stan.protobuf.PubAckOrBuilder 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 PubAckOrBuilder extends
// @@protoc_insertion_point(interface_extends:pb.PubAck)
com.google.protobuf.MessageOrBuilder {
/**
*
* guid
*
*
* optional string guid = 1;
*/
java.lang.String getGuid();
/**
*
* guid
*
*
* optional string guid = 1;
*/
com.google.protobuf.ByteString
getGuidBytes();
/**
*
* err string, empty/omitted if no error
*
*
* optional string error = 2;
*/
java.lang.String getError();
/**
*
* err string, empty/omitted if no error
*
*
* optional string error = 2;
*/
com.google.protobuf.ByteString
getErrorBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy