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