org.granite.messaging.service.tide
Interface TideComponentMatcher

All Known Implementing Classes:
TideComponentAnnotatedWithMatcher, TideComponentInstanceOfMatcher, TideComponentNameMatcher, TideComponentTypeMatcher

public interface TideComponentMatcher

Author:
Franck WOLFF

Method Summary
 boolean matches(String name, Set<Class<?>> classes, Object instance, boolean disabled)
           
 

Method Detail

matches

boolean matches(String name,
                Set<Class<?>> classes,
                Object instance,
                boolean disabled)