Class ChannelTopic

java.lang.Object
org.springframework.data.redis.listener.ChannelTopic
All Implemented Interfaces:
Topic

public class ChannelTopic extends Object implements Topic
Channel topic implementation (maps to a Redis channel).
Author:
Costin Leau, Mark Paluch
  • Constructor Details

    • ChannelTopic

      public ChannelTopic(String name)
      Constructs a new ChannelTopic instance.
      Parameters:
      name - must not be null.
  • Method Details