Uses of Interface
org.apache.camel.PredicateFactory
-
Packages that use PredicateFactory Package Description org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies. -
-
Uses of PredicateFactory in org.apache.camel.spi
Methods in org.apache.camel.spi that return PredicateFactory Modifier and Type Method Description PredicateFactory
PredicateFactoryAware. getPredicateFactory()
Gets thePredicateFactory
.
-