Uses of Interface
org.apache.camel.spi.PropertiesComponent
-
Packages that use PropertiesComponent Package Description org.apache.camel The core Camel API. -
-
Uses of PropertiesComponent in org.apache.camel
Methods in org.apache.camel that return PropertiesComponent Modifier and Type Method Description PropertiesComponentCamelContext. getPropertiesComponent()Returns the configured properties component or create one if none has been configured.Methods in org.apache.camel with parameters of type PropertiesComponent Modifier and Type Method Description voidCamelContext. setPropertiesComponent(PropertiesComponent propertiesComponent)Sets a custom properties component to be used.
-