steps similar to runnables;
loops provide direct support for an
IdleStrategy and an
ExceptionHandler.See: Description
| Interface | Description |
|---|---|
| ComposableStep |
Extension of
Step with enhanced functionality facilitating the composition of step chains. |
| ExceptionHandler | |
| IdleStrategy |
Handler to define strategy in idle loops when no work is performed.
|
| LoopCondition |
While condition for a
Loop. |
| Step |
Step is similar to
Runnable but returns true if substantial work has been performed. |
| StepProvider |
Provider for
Step distinguishing between normal (main loop) steps and shutdown steps that are used during the
termination phase of a ShutdownableThread as returned by
Loop#start(..). |
| Class | Description |
|---|---|
| Loop |
A loop performing a series of
steps in an iterative manner as long as the LoopCondition is true. |
steps similar to runnables;
loops provide direct support for an
IdleStrategy and an
ExceptionHandler.