Class TopicPredicate

  • All Implemented Interfaces:
    Predicate<org.osgi.service.event.Event>

    public class TopicPredicate
    extends Object
    implements Predicate<org.osgi.service.event.Event>
    • Method Detail

      • test

        public boolean test​(org.osgi.service.event.Event event)
        Specified by:
        test in interface Predicate<org.osgi.service.event.Event>
      • matchTopic

        public static Predicate<org.osgi.service.event.Event> matchTopic​(String topicFilter)