- endpointBasicPropertyBinding - Variable in class org.apache.camel.spring.boot.CamelConfigurationProperties
-
Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities.
- endpointBridgeErrorHandler - Variable in class org.apache.camel.spring.boot.CamelConfigurationProperties
-
Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while
the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and
handled by the routing Error Handler.
- evaluate(ApplicationContext, String...) - Static method in class org.apache.camel.spring.boot.util.HierarchicalPropertiesEvaluator
-
Determine the value of the "enabled" flag for a hierarchy of properties.
- evaluate(Environment, String...) - Static method in class org.apache.camel.spring.boot.util.HierarchicalPropertiesEvaluator
-
Determine the value of the "enabled" flag for a hierarchy of properties.
- evaluate(Environment, Collection<String>) - Static method in class org.apache.camel.spring.boot.util.HierarchicalPropertiesEvaluator
-
Determine the value of the "enabled" flag for a hierarchy of properties.