| Interface | Description |
|---|---|
| ExecContext |
The context of an execution.
|
| ExecContext.Supplier |
Supplies the current effective context of the execution at any given time.
|
| ExecControl |
The execution control can be used by supporting services to perform asynchronous or blocking operations.
|
| ExecController |
The exec controller manages the execution of operations.
|
| ExecErrorHandler | |
| ExecInterceptor |
Intercepts execution, primarily for traceability and recording metrics.
|
| Fulfiller<T> |
A fulfiller of an asynchronous promise.
|
| Promise<T> |
A promise of an outcome that may be a successful result or an error exception.
|
| SuccessPromise<T> |
A promise of a successful outcome.
|
| Class | Description |
|---|---|
| Fulfillment<T> |
Convenience base for
Action<Fulfiller<T>> implementations. |
| Result<T> |
The result of an asynchronous operation, which may be a failure.
|
| Enum | Description |
|---|---|
| ExecInterceptor.ExecType |
The execution type (i.e.
|
| Exception | Description |
|---|---|
| ExecException |
Wraps an exception thrown during an execution.
|
| NoBoundContextException |
Thrown when a request is made for the context in a non request handling thread.
|