| Package | Description |
|---|---|
| org.apache.pulsar.client.impl |
| Modifier and Type | Field and Description |
|---|---|
protected ProducerImpl |
AbstractBatchMessageContainer.producer |
| Modifier and Type | Method and Description |
|---|---|
protected <T> ProducerImpl<T> |
PulsarClientImpl.newProducerImpl(String topic,
int partitionIndex,
ProducerConfigurationData conf,
Schema<T> schema,
ProducerInterceptors interceptors,
CompletableFuture<Producer<T>> producerCreatedFuture)
Factory method for creating ProducerImpl instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProducerImpl<T>> |
PartitionedProducerImpl.getProducers() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBatchMessageContainer.setProducer(ProducerImpl<?> producer) |
void |
BatchMessageContainerBase.setProducer(ProducerImpl<?> producer)
Set producer of the message batch container.
|
| Constructor and Description |
|---|
ProducerStatsRecorderImpl(PulsarClientImpl pulsarClient,
ProducerConfigurationData conf,
ProducerImpl<?> producer) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.