public class AttributeUpdateMessage extends AttributeMessage
| Constructor and Description |
|---|
AttributeUpdateMessage() |
AttributeUpdateMessage(String nodeId,
String sessionId,
String name,
Object value,
Encoder encoder) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Object |
getValue(Decoder<?> decoder) |
getNodeId, getSessionId, toByteArray, toObjectpublic AttributeUpdateMessage()
public AttributeUpdateMessage(String nodeId, String sessionId, String name, Object value, Encoder encoder) throws IOException
IOExceptionpublic String getName()
public Object getValue(Decoder<?> decoder) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2014–2020 Redisson. All rights reserved.