Package io.smallrye.context.impl
Class JdkSpecificImpl
java.lang.Object
io.smallrye.context.impl.JdkSpecificImpl
- All Implemented Interfaces:
JdkSpecific.Contract
-
Constructor Summary
Constructors -
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)
-
Constructor Details
-
JdkSpecificImpl
public JdkSpecificImpl()
-
-
Method Details
-
newCompletionStageWrapper
public <T> CompletionStage<T> newCompletionStageWrapper(SmallRyeThreadContext threadContext, CompletionStage<T> future, Executor executor) - Specified by:
newCompletionStageWrapperin interfaceJdkSpecific.Contract
-
newCompletableFutureWrapper
public <T> CompletableFuture<T> newCompletableFutureWrapper(SmallRyeThreadContext threadContext, CompletableFuture<T> future, Executor executor, int flags) - Specified by:
newCompletableFutureWrapperin interfaceJdkSpecific.Contract
-