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 PropertiesFunctionPropertiesComponent. getPropertiesFunction(String name)Gets thePropertiesFunctionby the given nameMethods in org.apache.camel.spi with parameters of type PropertiesFunction Modifier and Type Method Description voidPropertiesComponent. addPropertiesFunction(PropertiesFunction function)Registers thePropertiesFunctionas a function to this component.
-