public interface WorkTracker extends Disposable
PHASE_NAME
Modifier and Type | Method and Description |
---|---|
void |
addWork(Runnable work)
Adds a work for tracking.
|
List<Runnable> |
pendingWorks()
Returns a list of works that are not completed.
|
void |
removeWork(Runnable work)
Removes a work from tracking.
|
dispose
List<Runnable> pendingWorks()
void addWork(Runnable work)
work
- non null work.void removeWork(Runnable work)
work
- non null workCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.