Package org.redisson.tomcat
Class AttributeRemoveMessage
- java.lang.Object
-
- org.redisson.tomcat.AttributeMessage
-
- org.redisson.tomcat.AttributeRemoveMessage
-
- All Implemented Interfaces:
Serializable
public class AttributeRemoveMessage extends AttributeMessage
- Author:
- Nikita Koksharov
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttributeRemoveMessage()
AttributeRemoveMessage(String nodeId, String sessionId, Set<String> names)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getNames()
-
Methods inherited from class org.redisson.tomcat.AttributeMessage
getNodeId, getSessionId, toByteArray, toObject
-
-