类 ProducerBase<T>

java.lang.Object
org.apache.pulsar.client.impl.ProducerBase<T>
所有已实现的接口:
Closeable, AutoCloseable, Producer<T>
直接已知子类:
PartitionedProducerImpl, ProducerImpl

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