Uses of Class
org.apache.pulsar.common.api.proto.CommandCloseProducer
-
Packages that use CommandCloseProducer Package Description org.apache.pulsar.common.api.proto org.apache.pulsar.common.protocol Common protocol. -
-
Uses of CommandCloseProducer in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandCloseProducer Modifier and Type Method Description CommandCloseProducerCommandCloseProducer. clear()CommandCloseProducerCommandCloseProducer. clearProducerId()CommandCloseProducerCommandCloseProducer. clearRequestId()CommandCloseProducerCommandCloseProducer. copyFrom(CommandCloseProducer _other)CommandCloseProducerBaseCommand. getCloseProducer()CommandCloseProducerBaseCommand. setCloseProducer()CommandCloseProducerCommandCloseProducer. setProducerId(long producerId)CommandCloseProducerCommandCloseProducer. setRequestId(long requestId)Methods in org.apache.pulsar.common.api.proto with parameters of type CommandCloseProducer Modifier and Type Method Description CommandCloseProducerCommandCloseProducer. copyFrom(CommandCloseProducer _other) -
Uses of CommandCloseProducer in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandCloseProducer Modifier and Type Method Description protected voidPulsarDecoder. handleCloseProducer(CommandCloseProducer closeProducer)
-