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 ChannelName
getChannel()
PubSubType
getType()
String
toString()
-
-
-
Constructor Detail
-
PubSubStatusMessage
public PubSubStatusMessage(PubSubType type, ChannelName channel)
-
-
Method Detail
-
getChannel
public ChannelName getChannel()
- Specified by:
getChannel
in interfaceMessage
-
getType
public PubSubType getType()
-
-