org.springframework.data.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.


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

Method Detail

getTopic

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

Returns:
the topic