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 thePropertiesFunction
by the given nameMethods in org.apache.camel.spi with parameters of type PropertiesFunctionModifier and TypeMethodDescriptionvoid
PropertiesComponent.addPropertiesFunction
(PropertiesFunction function) Registers thePropertiesFunction
as a function to this component.