Interface TopicControl.TopicRemovalResult
- Enclosing interface:
- TopicControl
public static interface TopicControl.TopicRemovalResult
Reports the number of topics removed by a call to
TopicControl.removeTopics(com.pushtechnology.diffusion.client.topics.TopicSelector)
.- Since:
- 6.6
-
Method Summary
Modifier and TypeMethodDescriptionint
The integer returned represents the number of topics removed by the operation.
-
Method Details
-
getRemovedCount
int getRemovedCount()The integer returned represents the number of topics removed by the operation. This does not include any derived topics created by a topic view which were removed as a side effect of this action.- Returns:
- the count of topics removed
-