Class PendingTask
- java.lang.Object
-
- org.apache.activemq.artemis.utils.PendingTask
-
public abstract class PendingTask extends java.lang.ObjectThis 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()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidrun()
-