Class 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 Detail

      • SetReplayDecoder

        public SetReplayDecoder​(org.redisson.client.protocol.Decoder<Object> decoder)
    • Method Detail

      • getDecoder

        public org.redisson.client.protocol.Decoder<Object> getDecoder​(int paramNum,
                                                                       org.redisson.client.handler.State state)
        Specified by:
        getDecoder in interface org.redisson.client.protocol.decoder.MultiDecoder<T>
      • decode

        public Set<T> decode​(List<Object> parts,
                             org.redisson.client.handler.State state)
        Specified by:
        decode in interface org.redisson.client.protocol.decoder.MultiDecoder<T>