Class ScoredAttributesReplayDecoder<T>

java.lang.Object
org.redisson.client.protocol.decoder.ScoredAttributesReplayDecoder<T>
Type Parameters:
T - type
All Implemented Interfaces:
MultiDecoder<List<ScoreAttributesEntry<T>>>

public class ScoredAttributesReplayDecoder<T> extends Object implements MultiDecoder<List<ScoreAttributesEntry<T>>>
Author:
seakider