クラス TransactionResultConverter<T>
java.lang.ObjectSE
org.springframework.data.redis.connection.convert.TransactionResultConverter<T>
- 型パラメーター:
T- 個々の tx 操作のFutureResultの型
public class TransactionResultConverter<T>
extends ObjectSE
implements Converter<ListSE<ObjectSE>,ListSE<ObjectSE>>
提供された
FutureResult のキューを使用して、トランザクション exec の結果を変換します。提供された例外 Converter を使用して、リストで返された例外オブジェクトも変換します - 作成者:
- Jennifer Hickey, Christoph Strobl, Mark Paluch
コンストラクターの概要
コンストラクターコンストラクター説明TransactionResultConverter(QueueSE<FutureResult<T>> txResults, Converter<ExceptionSE, DataAccessException> exceptionConverter) メソッドのサマリー
コンストラクターの詳細
TransactionResultConverter
public TransactionResultConverter(QueueSE<FutureResult<T>> txResults, Converter<ExceptionSE, DataAccessException> exceptionConverter)
メソッドの詳細