public static interface PulsarApi.CommandAckOrBuilder
extends org.apache.pulsar.shaded.com.google.protobuf.v241.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PulsarApi.CommandAck.AckType |
getAckType() |
long |
getConsumerId() |
PulsarApi.MessageIdData |
getMessageId(int index) |
int |
getMessageIdCount() |
List<PulsarApi.MessageIdData> |
getMessageIdList() |
PulsarApi.KeyLongValue |
getProperties(int index) |
int |
getPropertiesCount() |
List<PulsarApi.KeyLongValue> |
getPropertiesList() |
long |
getRequestId() |
long |
getTxnidLeastBits() |
long |
getTxnidMostBits() |
PulsarApi.CommandAck.ValidationError |
getValidationError() |
boolean |
hasAckType() |
boolean |
hasConsumerId() |
boolean |
hasRequestId() |
boolean |
hasTxnidLeastBits() |
boolean |
hasTxnidMostBits() |
boolean |
hasValidationError() |
boolean hasConsumerId()
long getConsumerId()
boolean hasAckType()
PulsarApi.CommandAck.AckType getAckType()
List<PulsarApi.MessageIdData> getMessageIdList()
PulsarApi.MessageIdData getMessageId(int index)
int getMessageIdCount()
boolean hasValidationError()
PulsarApi.CommandAck.ValidationError getValidationError()
List<PulsarApi.KeyLongValue> getPropertiesList()
PulsarApi.KeyLongValue getProperties(int index)
int getPropertiesCount()
boolean hasTxnidLeastBits()
long getTxnidLeastBits()
boolean hasTxnidMostBits()
long getTxnidMostBits()
boolean hasRequestId()
long getRequestId()
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.