| Package | Description |
|---|---|
| org.apache.camel.model |
The JAXB POJOs for the
XML
Configuration of the routing rules.
|
| Modifier and Type | Method and Description |
|---|---|
FilterDefinition |
ProcessorDefinition.filter(ExpressionDefinition expression)
Message Filter
EIP: Creates a predicate expression which only if it is true
then the exchange is forwarded to the destination
|
FilterDefinition |
ProcessorDefinition.filter(org.apache.camel.Predicate predicate)
Message Filter
EIP: Creates a predicate which is applied and only if it is
true then the exchange is forwarded to the destination
|
FilterDefinition |
ProcessorDefinition.filter(String language,
String expression)
Message Filter
EIP: Creates a predicate language expression which only if it is
true then the exchange is forwarded to the destination
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionClause<? extends FilterDefinition> |
ProcessorDefinition.filter()
Message Filter
EIP: Creates a predicate expression which only if it is true
then the exchange is forwarded to the destination
|
Apache Camel