Interface | Description |
---|---|
ManagedExecutor |
A container-managed executor service that creates instances of CompletableFuture,
which it backs as the default asynchronous execution facility, both for the
CompletableFuture itself as well as all dependent stages created from it,
as well as all dependent stages created from those, and so on.
|
ManagedExecutor.Builder |
Builder for
ManagedExecutor instances. |
ThreadContext |
This interface offers various methods for capturing the context of the current thread
and applying it to various interfaces that are commonly used with completion stages
and executor services.
|
ThreadContext.Builder |
Builder for
ThreadContext instances. |
Copyright © 2018 ‘ 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.