Uses of Interface
org.apache.camel.spi.PropertiesFunction
-
Packages that use PropertiesFunction Package Description org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies. -
-
Uses of PropertiesFunction in org.apache.camel.spi
Methods in org.apache.camel.spi that return PropertiesFunction Modifier and Type Method Description PropertiesFunction
PropertiesComponent. getPropertiesFunction(String name)
Gets thePropertiesFunction
by the given nameMethods in org.apache.camel.spi with parameters of type PropertiesFunction Modifier and Type Method Description void
PropertiesComponent. addPropertiesFunction(PropertiesFunction function)
Registers thePropertiesFunction
as a function to this component.
-