Class ScoredSortedSetReplayDecoder

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

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

    • ScoredSortedSetReplayDecoder

      public ScoredSortedSetReplayDecoder()
  • Method Details

    • getDecoder

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

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