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