Uses of Class
org.apache.pulsar.client.impl.ProducerImpl
Packages that use ProducerImpl
-
Uses of ProducerImpl in org.apache.pulsar.client.impl
Fields in org.apache.pulsar.client.impl declared as ProducerImplMethods in org.apache.pulsar.client.impl that return ProducerImplModifier and TypeMethodDescriptionprotected <T> ProducerImpl<T>PulsarClientImpl.newProducerImpl(String topic, int partitionIndex, ProducerConfigurationData conf, org.apache.pulsar.client.api.Schema<T> schema, ProducerInterceptors interceptors, CompletableFuture<org.apache.pulsar.client.api.Producer<T>> producerCreatedFuture, Optional<String> overrideProducerName) Factory method for creating ProducerImpl instance.Methods in org.apache.pulsar.client.impl that return types with arguments of type ProducerImplMethods in org.apache.pulsar.client.impl with parameters of type ProducerImplModifier and TypeMethodDescriptionvoidAbstractBatchMessageContainer.setProducer(ProducerImpl<?> producer) voidBatchMessageContainerBase.setProducer(ProducerImpl<?> producer) Set producer of the message batch container.Constructors in org.apache.pulsar.client.impl with parameters of type ProducerImplModifierConstructorDescriptionProducerStatsRecorderImpl(PulsarClientImpl pulsarClient, ProducerConfigurationData conf, ProducerImpl<?> producer)