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 AsyncTaskPoolExecutor. getActiveTask()Methods in com.swiftmq.client.thread with parameters of type AsyncTask Modifier and Type Method Description voidThreadPoolImpl. 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 classMessageProcessorAbstract 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 voidThreadPool. dispatchTask(AsyncTask asyncTask)Dispatch a task into the pool.abstract voidThreadpoolSwiftlet. dispatchTask(AsyncTask asyncTask)Dispatch a task to a pool.
-