Uses of Interface
org.apache.activemq.thread.Task
-
Packages that use Task Package Description org.apache.activemq The core JMS client API implementation classes.org.apache.activemq.thread -
-
Uses of Task in org.apache.activemq
Classes in org.apache.activemq that implement Task Modifier and Type Class Description classActiveMQSessionExecutorA utility class used by the Session for dispatching messages asynchronously to consumers -
Uses of Task in org.apache.activemq.thread
Methods in org.apache.activemq.thread with parameters of type Task Modifier and Type Method Description TaskRunnerTaskRunnerFactory. createTaskRunner(Task task, String name)Constructors in org.apache.activemq.thread with parameters of type Task Constructor Description DeterministicTaskRunner(Executor executor, Task task)Constructor
-