Class ScoredSortedSingleReplayDecoder

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

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

    • ScoredSortedSingleReplayDecoder

      public ScoredSortedSingleReplayDecoder()
  • Method Details

    • getDecoder

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

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