public interface TopicFilter
EventBusListenerTopic
annotation. An implementation of this interface can be used as
parameter of this annotation.EventBusListenerTopic| Modifier and Type | Method and Description |
|---|---|
boolean |
validTopic(String eventTopic,
String listenerTopic)
Validates the given event topic against the listener topic.
|
boolean validTopic(String eventTopic, String listenerTopic)
eventTopic - the topic provided by while publishing an event, never nulllistenerTopic - the topic of the listener method, never nullCopyright © 2017. All rights reserved.