Interface RShardedTopicAsync

  • All Superinterfaces:
    RTopicAsync
    All Known Subinterfaces:
    RShardedTopic
    All Known Implementing Classes:
    RedissonShardedTopic

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