Class ObjectListReplayDecoder2<T>
- java.lang.Object
-
- org.redisson.spring.data.connection.ObjectListReplayDecoder2<T>
-
-
Constructor Summary
Constructors Constructor Description ObjectListReplayDecoder2()ObjectListReplayDecoder2(org.redisson.client.protocol.Decoder<Object> decoder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<T>decode(List<Object> parts, org.redisson.client.handler.State state)org.redisson.client.protocol.Decoder<Object>getDecoder(int paramNum, org.redisson.client.handler.State state)
-
-
-
Constructor Detail
-
ObjectListReplayDecoder2
public ObjectListReplayDecoder2()
-
ObjectListReplayDecoder2
public ObjectListReplayDecoder2(org.redisson.client.protocol.Decoder<Object> decoder)
-
-