Spring Data Key-Value

org.springframework.data.keyvalue.redis.listener
Class ChannelTopic

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

public class ChannelTopic
extends Object
implements Topic

Topic describing a channel.

Author:
Costin Leau

Constructor Summary
ChannelTopic(String name)
          Constructs a new ChannelTopic instance.
 
Method Summary
 String getTopic()
          Returns the channel name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelTopic

public ChannelTopic(String name)
Constructs a new ChannelTopic instance.

Parameters:
name -
Method Detail

getTopic

public String getTopic()
Returns the channel name.

Specified by:
getTopic in interface Topic
Returns:
channel name

Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.