Uses of Interface
org.apache.camel.spi.PropertiesFunction
Packages that use PropertiesFunction
Package
Description
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 PropertiesFunctionModifier and TypeMethodDescriptionPropertiesComponent.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.