Class TimeSeriesEntryReplayDecoder<T>

java.lang.Object
org.redisson.client.protocol.decoder.TimeSeriesEntryReplayDecoder<T>
Type Parameters:
T - type of element
All Implemented Interfaces:
MultiDecoder<List<TimeSeriesEntry<T>>>

public class TimeSeriesEntryReplayDecoder<T> extends Object implements MultiDecoder<List<TimeSeriesEntry<T>>>
Author:
Nikita Koksharov