org.apache.felix.eventadmin.impl.handler
Interface TopicHandlerFilters
- All Known Implementing Classes:
- CacheTopicHandlerFilters
public interface TopicHandlerFilters
The factory for EventHandler filters based on a certain topic.
- Author:
- Felix Project Team
Method Summary |
java.lang.String |
createFilterForTopic(java.lang.String topic)
Create a filter that will match all EventHandler services that match
the given topic. |
createFilterForTopic
java.lang.String createFilterForTopic(java.lang.String topic)
- Create a filter that will match all EventHandler services that match
the given topic.
- Parameters:
topic
- The topic to match
- Returns:
- A filter that will match all EventHandler services for
the given topic.