クラス CassandraFutureAdapter<T>

java.lang.ObjectSE
org.springframework.data.cassandra.core.cql.util.CassandraFutureAdapter<T>
型パラメーター:
T - この Future の get メソッドによって返される結果型
実装されたすべてのインターフェース:
FutureSE<T>ListenableFuture<T>

@DeprecatedSE public class CassandraFutureAdapter<T> extends ObjectSE implements ListenableFuture<T>
使用すべきではありません。
3.0 以降は、CompletableFutureSE を直接使用します。
PersistenceExceptionTranslator を適用して、CompletableFutureSE または CompletionStageSE を Spring ListenableFuture に適合させます。
導入:
3.0