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