Uses of Interface
com.swiftmq.swiftlet.threadpool.ThreadPool
Packages that use ThreadPool
Package
Description
-
Uses of ThreadPool in com.swiftmq.amqp
Methods in com.swiftmq.amqp that return ThreadPoolModifier and TypeMethodDescriptionAMQPContext.getConnectionPool()
Returns the connection thread pool.protected ThreadPool
AMQPContext.getRouterConnectionPool()
protected ThreadPool
AMQPContext.getRouterSessionPool()
AMQPContext.getSessionPool()
Returns the session thread pool. -
Uses of ThreadPool in com.swiftmq.client.thread
Classes in com.swiftmq.client.thread that implement ThreadPoolMethods in com.swiftmq.client.thread that return ThreadPoolModifier and TypeMethodDescriptionDefaultPoolManager.getConnectionPool()
abstract ThreadPool
PoolManager.getConnectionPool()
DefaultPoolManager.getConnectorPool()
abstract ThreadPool
PoolManager.getConnectorPool()
DefaultPoolManager.getSessionPool()
abstract ThreadPool
PoolManager.getSessionPool()
-
Uses of ThreadPool in com.swiftmq.swiftlet.threadpool.event
Methods in com.swiftmq.swiftlet.threadpool.event with parameters of type ThreadPool -
Uses of ThreadPool in com.swiftmq.tools.pipeline
Constructors in com.swiftmq.tools.pipeline with parameters of type ThreadPoolModifierConstructorDescriptionPipelineQueue
(ThreadPool myTP, String dispatchToken, POVisitor visitor)