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