public static interface PubSubProtocol.PublishResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
PubSubProtocol.MessageSeqId |
getPublishedMsgId()
required .Hedwig.MessageSeqId publishedMsgId = 1; |
PubSubProtocol.MessageSeqIdOrBuilder |
getPublishedMsgIdOrBuilder()
required .Hedwig.MessageSeqId publishedMsgId = 1; |
boolean |
hasPublishedMsgId()
required .Hedwig.MessageSeqId publishedMsgId = 1; |
boolean hasPublishedMsgId()
required .Hedwig.MessageSeqId publishedMsgId = 1;
If the request was a publish request, this was the message Id of the published message.
PubSubProtocol.MessageSeqId getPublishedMsgId()
required .Hedwig.MessageSeqId publishedMsgId = 1;
If the request was a publish request, this was the message Id of the published message.
PubSubProtocol.MessageSeqIdOrBuilder getPublishedMsgIdOrBuilder()
required .Hedwig.MessageSeqId publishedMsgId = 1;
If the request was a publish request, this was the message Id of the published message.
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.