Class AttributeUpdateMessage
java.lang.Object
org.redisson.tomcat.AttributeMessage
org.redisson.tomcat.AttributeUpdateMessage
- All Implemented Interfaces:
Serializable
- Author:
- Nikita Koksharov
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeUpdateMessage(String nodeId, String sessionId, String name, Object value, org.redisson.client.protocol.Encoder encoder) -
Method Summary
Methods inherited from class AttributeMessage
getNodeId, getSessionId, toByteArray, toObject
-
Constructor Details
-
AttributeUpdateMessage
public AttributeUpdateMessage() -
AttributeUpdateMessage
public AttributeUpdateMessage(String nodeId, String sessionId, String name, Object value, org.redisson.client.protocol.Encoder encoder) throws IOException - Throws:
IOException
-
-
Method Details
-
getName
-
getValue
public Object getValue(org.redisson.client.protocol.Decoder<?> decoder) throws IOException, ClassNotFoundException - Throws:
IOExceptionClassNotFoundException
-