Uses of Class
org.redisson.client.protocol.pubsub.PubSubMessage
-
Packages that use PubSubMessage Package Description org.redisson.client org.redisson.client.protocol.pubsub -
-
Uses of PubSubMessage in org.redisson.client
Methods in org.redisson.client with parameters of type PubSubMessage Modifier and Type Method Description void
RedisPubSubConnection. onMessage(PubSubMessage message)
-
Uses of PubSubMessage in org.redisson.client.protocol.pubsub
Methods in org.redisson.client.protocol.pubsub that return PubSubMessage Modifier and Type Method Description PubSubMessage
PubSubMessageDecoder. decode(List<Object> parts, State state)
-