public static interface SequentialExecutorPlus.AtLeastOnceTrigger
Modifier and Type | Method and Description |
---|---|
void |
runAfter(java.lang.Runnable run)
Run the provided task after all queued and executing jobs have completed
|
void |
sync()
Wait until all queued and executing jobs have completed
|
boolean |
trigger()
Ensure the job is run at least once in its entirety after this method is invoked (including any already queued)
|
boolean trigger()
void runAfter(java.lang.Runnable run)
void sync()
Copyright © 2009- The Apache Software Foundation