Spring Data Key-Value

org.springframework.data.keyvalue.redis.listener
Interface Topic

All Known Implementing Classes:
ChannelTopic, PatternTopic

public interface Topic

Topic for a Redis message. Acts a high-level abstraction on top of Redis low-level channels or patterns.

Author:
Costin Leau

Method Summary
 String getTopic()
          Returns the topic (as a String).
 

Method Detail

getTopic

String getTopic()
Returns the topic (as a String).

Returns:
the topic

Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.