Class PromiseUtils
- java.lang.Object
-
- com.atlassian.confluence.rest.client.util.PromiseUtils
-
@Deprecated public final class PromiseUtils extends Object
Deprecated.since 8.6Utility class for converting betweenPromise
andCompletionStage
.- Since:
- 8.6
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static <T> com.atlassian.util.concurrent.Promise<T>
toPromise(CompletableFuture<T> completableFuture)
Deprecated.static <T> com.atlassian.util.concurrent.Promise<T>
toPromise(CompletionStage<T> completionStage)
Deprecated.
-
-
-
Method Detail
-
toPromise
public static <T> com.atlassian.util.concurrent.Promise<T> toPromise(CompletionStage<T> completionStage)
Deprecated.
-
toPromise
public static <T> com.atlassian.util.concurrent.Promise<T> toPromise(CompletableFuture<T> completableFuture)
Deprecated.
-
-