Class ObjectListReplayDecoder2<T>
java.lang.Object
org.redisson.spring.data.connection.ObjectListReplayDecoder2<T>
- Type Parameters:
T- type
- All Implemented Interfaces:
org.redisson.client.protocol.decoder.MultiDecoder<List<T>>
public class ObjectListReplayDecoder2<T>
extends Object
implements org.redisson.client.protocol.decoder.MultiDecoder<List<T>>
- Author:
- Nikita Koksharov
-
Constructor Summary
ConstructorsConstructorDescriptionObjectListReplayDecoder2(org.redisson.client.protocol.Decoder<Object> decoder) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.redisson.client.protocol.decoder.MultiDecoder
getDecoder
-
Constructor Details
-
ObjectListReplayDecoder2
public ObjectListReplayDecoder2() -
ObjectListReplayDecoder2
-
-
Method Details
-
decode
- Specified by:
decodein interfaceorg.redisson.client.protocol.decoder.MultiDecoder<T>
-
getDecoder
public org.redisson.client.protocol.Decoder<Object> getDecoder(org.redisson.client.codec.Codec codec, int paramNum, org.redisson.client.handler.State state, long size) - Specified by:
getDecoderin interfaceorg.redisson.client.protocol.decoder.MultiDecoder<T>
-