Package org.redisson.pubsub
Class PublishSubscribeService.PubSubKey
- java.lang.Object
-
- org.redisson.pubsub.PublishSubscribeService.PubSubKey
-
- Enclosing class:
- PublishSubscribeService
public static class PublishSubscribeService.PubSubKey extends Object
-
-
Constructor Summary
Constructors Constructor Description PubSubKey(ChannelName channelName, MasterSlaveEntry entry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ChannelNamegetChannelName()MasterSlaveEntrygetEntry()inthashCode()
-
-
-
Constructor Detail
-
PubSubKey
public PubSubKey(ChannelName channelName, MasterSlaveEntry entry)
-
-
Method Detail
-
getChannelName
public ChannelName getChannelName()
-
getEntry
public MasterSlaveEntry getEntry()
-
-