Package io.smallrye.context
Class JdkSpecific
java.lang.Object
io.smallrye.context.JdkSpecific
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> CompletableFuture<T> newCompletableFutureWrapper(SmallRyeThreadContext threadContext, CompletableFuture<T> future, Executor executor, int flags) static <T> CompletionStage<T> newCompletionStageWrapper(SmallRyeThreadContext threadContext, CompletionStage<T> future, Executor executor)
-
Constructor Details
-
JdkSpecific
public JdkSpecific()
-
-
Method Details
-
newCompletionStageWrapper
public static <T> CompletionStage<T> newCompletionStageWrapper(SmallRyeThreadContext threadContext, CompletionStage<T> future, Executor executor) -
newCompletableFutureWrapper
public static <T> CompletableFuture<T> newCompletableFutureWrapper(SmallRyeThreadContext threadContext, CompletableFuture<T> future, Executor executor, int flags)
-