Class PubSubStatusMessage
- java.lang.Object
-
- org.redisson.client.protocol.pubsub.PubSubStatusMessage
-
-
Constructor Summary
Constructors Constructor Description PubSubStatusMessage(PubSubType type, ChannelName channel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChannelNamegetChannel()PubSubTypegetType()StringtoString()
-
-
-
Constructor Detail
-
PubSubStatusMessage
public PubSubStatusMessage(PubSubType type, ChannelName channel)
-
-
Method Detail
-
getChannel
public ChannelName getChannel()
- Specified by:
getChannelin interfaceMessage
-
getType
public PubSubType getType()
-
-