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

      • ObjectListReplayDecoder2

        public ObjectListReplayDecoder2()
      • ObjectListReplayDecoder2

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

      • decode

        public List<T> decode​(List<Object> parts,
                              org.redisson.client.handler.State state)
        Specified by:
        decode in interface org.redisson.client.protocol.decoder.MultiDecoder<T>
      • 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>