public class ListScanResultReplayDecoder extends Object implements MultiDecoder<ListScanResult<Object>>
| Constructor and Description |
|---|
ListScanResultReplayDecoder() |
| Modifier and Type | Method and Description |
|---|---|
ListScanResult<Object> |
decode(List<Object> parts,
State state) |
Decoder<Object> |
getDecoder(int paramNum,
State state) |
public Decoder<Object> getDecoder(int paramNum, State state)
getDecoder in interface MultiDecoder<ListScanResult<Object>>public ListScanResult<Object> decode(List<Object> parts, State state)
decode in interface MultiDecoder<ListScanResult<Object>>Copyright © 2014–2018 The Redisson Project. All rights reserved.