Class PendingTask
java.lang.Object
org.apache.activemq.artemis.utils.PendingTask
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 -
Method Summary
-
Constructor Details
-
PendingTask
public PendingTask()
-
-
Method Details
-
run
- Throws:
Exception
-