Uses of Class
org.apache.pulsar.common.api.proto.CommandUnsubscribe
Packages that use CommandUnsubscribe
Package
Description
Common protocol.
-
Uses of CommandUnsubscribe in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandUnsubscribeModifier and TypeMethodDescriptionCommandUnsubscribe.clear()CommandUnsubscribe.clearConsumerId()CommandUnsubscribe.clearRequestId()CommandUnsubscribe.copyFrom(CommandUnsubscribe _other) BaseCommand.getUnsubscribe()CommandUnsubscribe.setConsumerId(long consumerId) CommandUnsubscribe.setRequestId(long requestId) BaseCommand.setUnsubscribe()Methods in org.apache.pulsar.common.api.proto with parameters of type CommandUnsubscribe -
Uses of CommandUnsubscribe in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandUnsubscribeModifier and TypeMethodDescriptionprotected voidPulsarDecoder.handleUnsubscribe(CommandUnsubscribe unsubscribe)