Package org.redisson.client.handler
Class PubSubKey
- java.lang.Object
-
- org.redisson.client.handler.PubSubKey
-
public class PubSubKey extends Object
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description PubSubKey(ChannelName channel, String operation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)ChannelNamegetChannel()StringgetOperation()inthashCode()
-
-
-
Constructor Detail
-
PubSubKey
public PubSubKey(ChannelName channel, String operation)
-
-