Class JdkFutureAdapters

java.lang.Object
com.google.common.util.concurrent.JdkFutureAdapters

@Beta @Deprecated(since="2022-12-01") public final class JdkFutureAdapters extends Object
Deprecated.
The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023
Utilities necessary for working with libraries that supply plain Future instances. Note that, whenver possible, it is strongly preferred to modify those libraries to return ListenableFuture directly.
Since:
10.0 (replacing Futures.makeListenable, which existed in 1.0)