public class StreamIdListDecoder extends Object implements MultiDecoder<List<StreamMessageId>>
Constructor and Description |
---|
StreamIdListDecoder() |
Modifier and Type | Method and Description |
---|---|
List<StreamMessageId> |
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<List<StreamMessageId>>
public List<StreamMessageId> decode(List<Object> parts, State state)
decode
in interface MultiDecoder<List<StreamMessageId>>
Copyright © 2014–2020 Redisson. All rights reserved.