Package org.apache.camel.spi
Interface PropertiesFunction
-
public interface PropertiesFunctionA function that is applied instead of looking up a property placeholder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringapply(String remainder)Applies the functionStringgetName()Name of the function which is used as name: to let the properties component know its a function.
-