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