Package org.redisson.micronaut.session
Class AttributeRemoveMessage
java.lang.Object
org.redisson.micronaut.session.AttributeMessage
org.redisson.micronaut.session.AttributeRemoveMessage
- All Implemented Interfaces:
Serializable
- Author:
- Nikita Koksharov
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeRemoveMessage(String nodeId, String sessionId, Set<CharSequence> names) -
Method Summary
Methods inherited from class org.redisson.micronaut.session.AttributeMessage
getNodeId, getSessionId, toByteArray, toObject
-
Constructor Details
-
AttributeRemoveMessage
public AttributeRemoveMessage() -
AttributeRemoveMessage
-
-
Method Details
-
getNames
-