@Deprecated public class DefaultPollingConsumerServicePool extends DefaultServicePool<Endpoint,PollingConsumer>
PollingConsumer.
For instance camel-jms leverages this to allow a pool of pollingConsumers so we
can support concurrent pollingConsumer in a thread safe manner.capacity, log, poolshutdown, shuttingdown, started, starting, stopped, stopping, suspended, suspending| Constructor and Description |
|---|
DefaultPollingConsumerServicePool()
Deprecated.
|
DefaultPollingConsumerServicePool(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 DefaultPollingConsumerServicePool()
public DefaultPollingConsumerServicePool(int capacity)
Apache Camel