Class TransactionResultConverter<T>

java.lang.Object
org.springframework.data.redis.connection.convert.TransactionResultConverter<T>
Type Parameters:
T - The type of FutureResult of the individual tx operations
All Implemented Interfaces:
Converter<List<Object>,List<Object>>

public class TransactionResultConverter<T> extends Object implements Converter<List<Object>,List<Object>>
Converts the results of transaction exec using a supplied Queue of FutureResults. Converts any Exception objects returned in the list as well, using the supplied Exception Converter
Author:
Jennifer Hickey, Christoph Strobl, Mark Paluch