Uses of Class
org.apache.pulsar.common.api.proto.CommandActiveConsumerChange
Packages that use CommandActiveConsumerChange
Package
Description
Common protocol.
-
Uses of CommandActiveConsumerChange in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandActiveConsumerChangeModifier and TypeMethodDescriptionCommandActiveConsumerChange.clear()CommandActiveConsumerChange.clearConsumerId()CommandActiveConsumerChange.clearIsActive()CommandActiveConsumerChange.copyFrom(CommandActiveConsumerChange _other) BaseCommand.getActiveConsumerChange()BaseCommand.setActiveConsumerChange()CommandActiveConsumerChange.setConsumerId(long consumerId) CommandActiveConsumerChange.setIsActive(boolean isActive) Methods in org.apache.pulsar.common.api.proto with parameters of type CommandActiveConsumerChangeModifier and TypeMethodDescriptionCommandActiveConsumerChange.copyFrom(CommandActiveConsumerChange _other) -
Uses of CommandActiveConsumerChange in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandActiveConsumerChangeModifier and TypeMethodDescriptionprotected voidPulsarDecoder.handleActiveConsumerChange(CommandActiveConsumerChange change)