Uses of Class
org.apache.pulsar.common.api.proto.CommandAckResponse
Packages that use CommandAckResponse
Package
Description
Common protocol.
-
Uses of CommandAckResponse in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandAckResponseModifier and TypeMethodDescriptionCommandAckResponse.clear()CommandAckResponse.clearConsumerId()CommandAckResponse.clearError()CommandAckResponse.clearMessage()CommandAckResponse.clearRequestId()CommandAckResponse.clearTxnidLeastBits()CommandAckResponse.clearTxnidMostBits()CommandAckResponse.copyFrom(CommandAckResponse _other) BaseCommand.getAckResponse()BaseCommand.setAckResponse()CommandAckResponse.setConsumerId(long consumerId) CommandAckResponse.setError(ServerError error) CommandAckResponse.setMessage(String message) CommandAckResponse.setRequestId(long requestId) CommandAckResponse.setTxnidLeastBits(long txnidLeastBits) CommandAckResponse.setTxnidMostBits(long txnidMostBits) Methods in org.apache.pulsar.common.api.proto with parameters of type CommandAckResponse -
Uses of CommandAckResponse in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandAckResponseModifier and TypeMethodDescriptionprotected voidPulsarDecoder.handleAckResponse(CommandAckResponse ackResponse)