Package org.redisson.micronaut.session
Class AttributesPutAllMessage
java.lang.Object
org.redisson.micronaut.session.AttributeMessage
org.redisson.micronaut.session.AttributesPutAllMessage
- All Implemented Interfaces:
Serializable
- Author:
- Nikita Koksharov
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAttributesPutAllMessage(String nodeId, String sessionId, Map<CharSequence, Object> attrs, Encoder encoder) -
Method Summary
Methods inherited from class org.redisson.micronaut.session.AttributeMessage
getNodeId, getSessionId, toByteArray, toObject
-
Constructor Details
-
AttributesPutAllMessage
public AttributesPutAllMessage() -
AttributesPutAllMessage
public AttributesPutAllMessage(String nodeId, String sessionId, Map<CharSequence, Object> attrs, Encoder encoder) throws IOException- Throws:
IOException
-
-
Method Details
-
getAttrs
public Map<CharSequence,Object> getAttrs(Decoder<?> decoder) throws IOException, ClassNotFoundException - Throws:
IOExceptionClassNotFoundException
-