Uses of Class
org.apache.pulsar.common.api.proto.CommandCloseConsumer
Packages that use CommandCloseConsumer
Package
Description
Common protocol.
-
Uses of CommandCloseConsumer in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandCloseConsumerModifier and TypeMethodDescriptionCommandCloseConsumer.clear()CommandCloseConsumer.clearConsumerId()CommandCloseConsumer.clearRequestId()CommandCloseConsumer.copyFrom(CommandCloseConsumer _other) BaseCommand.getCloseConsumer()BaseCommand.setCloseConsumer()CommandCloseConsumer.setConsumerId(long consumerId) CommandCloseConsumer.setRequestId(long requestId) Methods in org.apache.pulsar.common.api.proto with parameters of type CommandCloseConsumer -
Uses of CommandCloseConsumer in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandCloseConsumerModifier and TypeMethodDescriptionprotected voidPulsarDecoder.handleCloseConsumer(CommandCloseConsumer closeConsumer)