@Deprecated public class DefaultProducerServicePool extends DefaultServicePool<Endpoint,Producer>
Producer.
For instance camel-mina and camel-ftp leverages this to allow a pool of producers so we
can support concurrent producers in a thread safe manner.capacity, log, poolshutdown, shuttingdown, started, starting, stopped, stopping, suspended, suspending| Constructor and Description |
|---|
DefaultProducerServicePool()
Deprecated.
|
DefaultProducerServicePool(int capacity)
Deprecated.
|
acquire, addAndAcquire, doStart, doStop, getCapacity, purge, release, setCapacity, sizedoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic DefaultProducerServicePool()
public DefaultProducerServicePool(int capacity)
Apache Camel