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