Package org.apache.camel.spi
Interface PredicateFactoryAware
-
public interface PredicateFactoryAwareWhen an instance is aware ofPredicateFactory.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PredicateFactorygetPredicateFactory()Gets thePredicateFactory.
-
-
-
Method Detail
-
getPredicateFactory
PredicateFactory getPredicateFactory()
Gets thePredicateFactory.
-
-