Package io.smallrye.context
Interface JdkSpecific.Contract
- All Known Implementing Classes:
JdkSpecificImpl
- Enclosing class:
- JdkSpecific
public static interface JdkSpecific.Contract
-
Method Summary
Modifier and TypeMethodDescription<T> CompletableFuture<T>newCompletableFutureWrapper(SmallRyeThreadContext threadContext, CompletableFuture<T> future, Executor executor, int flags) <T> CompletionStage<T>newCompletionStageWrapper(SmallRyeThreadContext threadContext, CompletionStage<T> future, Executor executor)
-
Method Details
-
newCompletionStageWrapper
<T> CompletionStage<T> newCompletionStageWrapper(SmallRyeThreadContext threadContext, CompletionStage<T> future, Executor executor) -
newCompletableFutureWrapper
<T> CompletableFuture<T> newCompletableFutureWrapper(SmallRyeThreadContext threadContext, CompletableFuture<T> future, Executor executor, int flags)
-