- All Implemented Interfaces:
- org.apache.camel.Expression, org.apache.camel.ExpressionFactory, DefinitionPropertyPlaceholderConfigurer, OtherAttributesAware, org.apache.camel.Predicate, org.apache.camel.spi.PropertyConfigurer, org.apache.camel.spi.PropertyPlaceholderConfigurer
@Metadata(firstVersion="1.5.0",
label="language,core",
title="Constant")
public class ConstantExpression
extends ExpressionDefinition
To use a constant value in Camel expressions or predicates. Important:
this is a fixed constant value that is only set once during starting up the
route, do not use this if you want dynamic values during routing.