| CapturedContextState |
|
| CleanAutoCloseable |
AutoCloseable interface which doesn't throw.
|
| CompletableFutureWrapper<T> |
|
| CompletionStageWrapper<T> |
|
| ContextHolder |
Interface to be implemented by contextual wrappers so the plan can feed them thread locals.
|
| ContextualBiConsumer<T,U> |
|
| ContextualBiConsumer1<T,U> |
|
| ContextualBiConsumer2<T,U> |
|
| ContextualBiConsumerN<T,U> |
|
| ContextualBiFunction<T,U,R> |
|
| ContextualBiFunction1<T,U,R> |
|
| ContextualBiFunction2<T,U,R> |
|
| ContextualBiFunctionN<T,U,R> |
|
| ContextualCallable<T> |
|
| ContextualCallable1<T> |
|
| ContextualCallable2<T> |
|
| ContextualCallableN<T> |
|
| ContextualConsumer<T> |
|
| ContextualConsumer1<T> |
|
| ContextualConsumer2<T> |
|
| ContextualConsumerN<T> |
|
| ContextualExecutor |
|
| ContextualExecutor1 |
|
| ContextualExecutor2 |
|
| ContextualExecutorN |
|
| ContextualFunction<T,R> |
|
| ContextualFunction1<T,R> |
|
| ContextualFunction2<T,R> |
|
| ContextualFunctionN<T,R> |
|
| Contextualized |
Marker interface for contextualised lambdas, so we don't try to recontextualise them.
|
| ContextualRunnable |
|
| ContextualRunnable1 |
|
| ContextualRunnable2 |
|
| ContextualRunnableN |
|
| ContextualSupplier<R> |
|
| ContextualSupplier1<R> |
|
| ContextualSupplier2<R> |
|
| ContextualSupplierN<R> |
|
| DefaultValues |
Holds default values for ManagedExecutor and ThreadContext.
|
| FastStorageThreadContextProvider<Declaration extends StorageDeclaration<?>> |
|
| FastThreadContextProvider |
Subtype of ThreadContextProvider which bypasses all the ThreadContextProvider.currentContext(Map) and
ThreadContextProvider.clearedContext(Map) and ThreadContextSnapshot and just works on the
ThreadLocal and cleared value we designate.
|
| JdkSpecific |
|
| JdkSpecific.Contract |
|
| JdkSpecificImpl |
|
| SlowActiveContextState |
Restores a context and allows you to clean it up (unrestore it).
|
| SlowCapturedContextState |
Holds the list of thread context snapshots that constitute a captured context.
|
| SlowContextualBiConsumer<T,U> |
|
| SlowContextualBiFunction<T,U,R> |
|
| SlowContextualCallable<R> |
|
| SlowContextualConsumer<T> |
|
| SlowContextualExecutor |
|
| SlowContextualFunction<T,R> |
|
| SlowContextualRunnable |
|
| SlowContextualSupplier<R> |
|
| SmallRyeContextManager |
|
| SmallRyeContextManager.Builder |
|
| SmallRyeContextManagerProvider |
|
| SmallRyeCurrentThreadContextInterceptor |
|
| SmallRyeManagedExecutor |
|
| SmallRyeManagedExecutor.Builder |
|
| SmallRyeThreadContext |
|
| SmallRyeThreadContext.Builder |
|
| SmallRyeThreadContextStorageDeclaration |
|
| ThreadContextProviderPlan |
|