Package org.redisson

Class RedissonPatternTopic

java.lang.Object
org.redisson.RedissonPatternTopic
All Implemented Interfaces:
RPatternTopic

public class RedissonPatternTopic extends Object implements RPatternTopic
Distributed topic implementation. Messages are delivered to all message listeners across Redis cluster.
Author:
Nikita Koksharov