Uses of Interface
com.swiftmq.swiftlet.threadpool.AsyncTask
-
Packages that use AsyncTask Package Description com.swiftmq.client.thread com.swiftmq.swiftlet.queue com.swiftmq.swiftlet.threadpool -
-
Uses of AsyncTask in com.swiftmq.client.thread
Methods in com.swiftmq.client.thread that return AsyncTask Modifier and Type Method Description AsyncTask
PoolExecutor. getActiveTask()
Methods in com.swiftmq.client.thread with parameters of type AsyncTask Modifier and Type Method Description void
ThreadPoolImpl. dispatchTask(AsyncTask task)
-
Uses of AsyncTask in com.swiftmq.swiftlet.queue
Classes in com.swiftmq.swiftlet.queue that implement AsyncTask Modifier and Type Class Description class
MessageProcessor
Abstract MessageProcessor to register at aQueuePullTransaction
. -
Uses of AsyncTask in com.swiftmq.swiftlet.threadpool
Methods in com.swiftmq.swiftlet.threadpool with parameters of type AsyncTask Modifier and Type Method Description void
ThreadPool. dispatchTask(AsyncTask asyncTask)
Dispatch a task into the pool.abstract void
ThreadpoolSwiftlet. dispatchTask(AsyncTask asyncTask)
Dispatch a task to a pool.
-