Package org.eclipse.microprofile.context


package org.eclipse.microprofile.context
  • Interfaces
    Class
    Description
    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.
    Builder for ManagedExecutor instances.
    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.
    Builder for ThreadContext instances.