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() |
DefaultProducerServicePool(int capacity) |
acquire, addAndAcquire, doStart, doStop, getCapacity, purge, release, setCapacity, sizedoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspendApache Camel