Class PubSubMessage
- java.lang.Object
-
- org.redisson.client.protocol.pubsub.PubSubMessage
-
-
Constructor Summary
Constructors Constructor Description PubSubMessage(ChannelName channel, Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChannelName
getChannel()
Object
getValue()
String
toString()
-
-
-
Constructor Detail
-
PubSubMessage
public PubSubMessage(ChannelName channel, Object value)
-
-
Method Detail
-
getChannel
public ChannelName getChannel()
- Specified by:
getChannel
in interfaceMessage
-
getValue
public Object getValue()
-
-