Class and Description |
---|
Executable
Represents code that can be executed.
|
Milestone
Marker interface that indicates a milestone in the reactor process.
|
Reactor
Executes a set of
Task s that dependend on each other. |
ReactorException
Used to tunnel application-thrown
Throwable (Error or Exception) to the caller. |
ReactorListener
Receives callback during the
execute(Executor, ReactorListener) . |
Task
One initialization task
|
TaskBuilder |
TaskGraphBuilder
Builder/fluent-API pattern to build up a series of related tasks.
|
TaskGraphBuilder.Handle
Handle to the task.
|
Copyright © 2017. All rights reserved.