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

    Modifier and Type
    Method
    Description
    Returns the topic (as a String).
  • Method Details

    • getTopic

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