Interface RShardedTopic

All Superinterfaces:
RShardedTopicAsync, RTopic, RTopicAsync
All Known Implementing Classes:
RedissonShardedTopic

public interface RShardedTopic extends RTopic, RShardedTopicAsync
Sharded Topic for Redis Cluster. Messages are delivered to message listeners connected to the same Topic.
Author:
Nikita Koksharov