Class ScoredSortedListReplayDecoder

java.lang.Object
org.redisson.spring.data.connection.ScoredSortedListReplayDecoder
All Implemented Interfaces:
MultiDecoder<List<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>

public class ScoredSortedListReplayDecoder extends Object implements MultiDecoder<List<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>
Author:
Nikita Koksharov
  • Constructor Details

    • ScoredSortedListReplayDecoder

      public ScoredSortedListReplayDecoder()
  • Method Details

    • getDecoder

      public Decoder<Object> getDecoder(Codec codec, int paramNum, State state)
      Specified by:
      getDecoder in interface MultiDecoder<List<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>
    • decode

      public List<org.springframework.data.redis.connection.RedisZSetCommands.Tuple> decode(List<Object> parts, State state)
      Specified by:
      decode in interface MultiDecoder<List<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>