Interface TopicPathSelector
- All Superinterfaces:
- TopicSelector
A selector that selects a single topic path.
- Since:
- 5.0
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.pushtechnology.diffusion.client.topics.TopicSelectorTopicSelector.Type
- 
Field SummaryFields inherited from interface com.pushtechnology.diffusion.client.topics.TopicSelectorFULL_PATH_PATTERN_PREFIX, PATH_PREFIX, SELECTOR_SET_PREFIX, SPLIT_PATH_PATTERN_PREFIX
- 
Method SummaryMethods inherited from interface com.pushtechnology.diffusion.client.topics.TopicSelectorgetExpression, getPathPrefix, getType, selects
- 
Method Details- 
getPathString getPath()Return the associated topic path. The result will be in a normalised form, with no leading or trailing '/''.- Returns:
- The topic path.
 
 
-