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 boolean
equals(Object obj)
ChannelName
getChannel()
String
getOperation()
int
hashCode()
-
-
-
Constructor Detail
-
PubSubKey
public PubSubKey(ChannelName channel, String operation)
-
-