Interface TopicSelection


public interface TopicSelection
A topic selection that represents either a subscription (selection) or an unsubscription (deselection).
Since:
6.12
Author:
DiffusionData Limited
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    Topic selector type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the topic selector for the selection or deselection.
    Returns the selection type.
  • Method Details

    • getType

      Returns the selection type.
    • getSelector

      TopicSelector getSelector()
      Returns the topic selector for the selection or deselection.
      Returns:
      the topic selector