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 -
Method Summary
Modifier and TypeMethodDescriptionReturns the topic selector for the selection or deselection.getType()
Returns the selection type.
-
Method Details
-
getType
TopicSelection.Type getType()Returns the selection type. -
getSelector
TopicSelector getSelector()Returns the topic selector for the selection or deselection.- Returns:
- the topic selector
-