Class SetReplayDecoder<T>
java.lang.Object
org.redisson.spring.data.connection.SetReplayDecoder<T>
- All Implemented Interfaces:
org.redisson.client.protocol.decoder.MultiDecoder<Set<T>>
public class SetReplayDecoder<T>
extends Object
implements org.redisson.client.protocol.decoder.MultiDecoder<Set<T>>
- Author:
- Nikita Koksharov
-
Constructor Details
-
SetReplayDecoder
-
-
Method Details
-
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>
-
decode
- Specified by:
decodein interfaceorg.redisson.client.protocol.decoder.MultiDecoder<T>
-