Class ProducerBase<T>

java.lang.Object
org.apache.pulsar.client.impl.ProducerBase<T>
All Implemented Interfaces:
Closeable, AutoCloseable, Producer<T>
Direct Known Subclasses:
PartitionedProducerImpl, ProducerImpl

public abstract class ProducerBase<T> extends Object implements Producer<T>