Class SetReplayDecoder<T>
- java.lang.Object
-
- org.redisson.spring.data.connection.SetReplayDecoder<T>
-
-
Constructor Summary
Constructors Constructor Description SetReplayDecoder(org.redisson.client.protocol.Decoder<Object> decoder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<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
-
SetReplayDecoder
public SetReplayDecoder(org.redisson.client.protocol.Decoder<Object> decoder)
-
-