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

      • ScoredSortedListReplayDecoder

        public ScoredSortedListReplayDecoder()
    • Method Detail

      • 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>>