Uses of Interface
org.apache.camel.spi.PropertiesFunction
Packages that use PropertiesFunction
-
Uses of PropertiesFunction in org.apache.camel.spi
Methods in org.apache.camel.spi that return PropertiesFunctionModifier and TypeMethodDescription@Nullable PropertiesFunctionPropertiesComponent.getPropertiesFunction(String name) Gets thePropertiesFunctionby the given nameMethods in org.apache.camel.spi with parameters of type PropertiesFunctionModifier and TypeMethodDescriptionvoidPropertiesComponent.addPropertiesFunction(PropertiesFunction function) Registers thePropertiesFunctionas a function to this component.