Class ChannelTopic

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

public class ChannelTopic extends Object
Channel Topic implementation mapping to a Redis channel.
Author:
Costin Leau, Mark Paluch, John Blum
  • Constructor Details

    • ChannelTopic

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