| 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
Tasks that dependend on each other. |
| ReactorException
Used to tunnel application-thrown
Throwable (Error or Exception) to the caller. |
| ReactorListener
Receives callback during the
Reactor.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 © 2004-2013. All Rights Reserved.