Uses of Class
org.apache.pulsar.common.api.proto.CommandAddSubscriptionToTxnResponse
Packages that use CommandAddSubscriptionToTxnResponse
Package
Description
Common protocol.
-
Uses of CommandAddSubscriptionToTxnResponse in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandAddSubscriptionToTxnResponseModifier and TypeMethodDescriptionCommandAddSubscriptionToTxnResponse.clear()CommandAddSubscriptionToTxnResponse.clearError()CommandAddSubscriptionToTxnResponse.clearMessage()CommandAddSubscriptionToTxnResponse.clearRequestId()CommandAddSubscriptionToTxnResponse.clearTxnidLeastBits()CommandAddSubscriptionToTxnResponse.clearTxnidMostBits()CommandAddSubscriptionToTxnResponse.copyFrom(CommandAddSubscriptionToTxnResponse _other) BaseCommand.getAddSubscriptionToTxnResponse()BaseCommand.setAddSubscriptionToTxnResponse()CommandAddSubscriptionToTxnResponse.setError(ServerError error) CommandAddSubscriptionToTxnResponse.setMessage(String message) CommandAddSubscriptionToTxnResponse.setRequestId(long requestId) CommandAddSubscriptionToTxnResponse.setTxnidLeastBits(long txnidLeastBits) CommandAddSubscriptionToTxnResponse.setTxnidMostBits(long txnidMostBits) Methods in org.apache.pulsar.common.api.proto with parameters of type CommandAddSubscriptionToTxnResponseModifier and TypeMethodDescriptionCommandAddSubscriptionToTxnResponse.copyFrom(CommandAddSubscriptionToTxnResponse _other) -
Uses of CommandAddSubscriptionToTxnResponse in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandAddSubscriptionToTxnResponseModifier and TypeMethodDescriptionprotected voidPulsarDecoder.handleAddSubscriptionToTxnResponse(CommandAddSubscriptionToTxnResponse commandAddSubscriptionToTxnResponse)