Class ScoredSortedSetBlockingReplayDecoder

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

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

    • ScoredSortedSetBlockingReplayDecoder

      public ScoredSortedSetBlockingReplayDecoder()
  • 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>>