Package org.apache.camel
Interface PropertiesLookupListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Listener to trigger when the properties component is looking up and found a property.
-
Method Summary
-
Method Details
-
onLookup
Triggers when the given property was found.- Parameters:
name- property namevalue- the resolved valuedefaultValue- optional default valuesource- optional source containing the properties
-