Interface TopicPathSelector
- All Superinterfaces:
TopicSelector
A selector that selects a single topic path.
- Since:
- 5.0
- Author:
- DiffusionData Limited
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.pushtechnology.diffusion.client.topics.TopicSelector
TopicSelector.Type
-
Field Summary
Fields inherited from interface com.pushtechnology.diffusion.client.topics.TopicSelector
FULL_PATH_PATTERN_PREFIX, PATH_PREFIX, SELECTOR_SET_PREFIX, SPLIT_PATH_PATTERN_PREFIX
-
Method Summary
Methods inherited from interface com.pushtechnology.diffusion.client.topics.TopicSelector
getExpression, getPathPrefix, getType, selects
-
Method Details
-
getPath
String getPath()Return the associated topic path. The result will be in a normalised form, with no leading or trailing '/''.- Returns:
- The topic path.
-