クラス CompletableToListenableFutureAdapter<T>

java.lang.ObjectSE
org.springframework.util.concurrent.CompletableToListenableFutureAdapter<T>
型パラメーター:
T - この Future の get メソッドによって返される結果型
実装されたすべてのインターフェース:
FutureSE<T>ListenableFuture<T>
既知の直属サブクラス
MonoToListenableFutureAdapter

@DeprecatedSE(since="6.0") public class CompletableToListenableFutureAdapter<T> extends ObjectSE implements ListenableFuture<T>
使用すべきではありません。
6.0 の時点で、具体的な代替はありません
CompletableFutureSE または CompletionStageSE を Spring ListenableFuture に適合させます。
導入:
4.2
作成者:
Sebastien Deleuze, Juergen Hoeller