Uses of Class
org.apache.pulsar.common.api.proto.CommandSendReceipt
-
Packages that use CommandSendReceipt Package Description org.apache.pulsar.common.api.proto org.apache.pulsar.common.protocol Common protocol. -
-
Uses of CommandSendReceipt in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandSendReceipt Modifier and Type Method Description CommandSendReceiptCommandSendReceipt. clear()CommandSendReceiptCommandSendReceipt. clearHighestSequenceId()CommandSendReceiptCommandSendReceipt. clearMessageId()CommandSendReceiptCommandSendReceipt. clearProducerId()CommandSendReceiptCommandSendReceipt. clearSequenceId()CommandSendReceiptCommandSendReceipt. copyFrom(CommandSendReceipt _other)CommandSendReceiptBaseCommand. getSendReceipt()CommandSendReceiptCommandSendReceipt. setHighestSequenceId(long highestSequenceId)CommandSendReceiptCommandSendReceipt. setProducerId(long producerId)CommandSendReceiptBaseCommand. setSendReceipt()CommandSendReceiptCommandSendReceipt. setSequenceId(long sequenceId)Methods in org.apache.pulsar.common.api.proto with parameters of type CommandSendReceipt Modifier and Type Method Description CommandSendReceiptCommandSendReceipt. copyFrom(CommandSendReceipt _other) -
Uses of CommandSendReceipt in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandSendReceipt Modifier and Type Method Description protected voidPulsarDecoder. handleSendReceipt(CommandSendReceipt sendReceipt)
-