Class PendingTask
- java.lang.Object
-
- org.apache.activemq.artemis.utils.PendingTask
-
public abstract class PendingTask extends Object
This is similar to a Runnable, except that we throw exceptions. In certain places we need to complete tasks after deliveries, and this will take care of those situations.
-
-
Constructor Summary
Constructors Constructor Description PendingTask()
-