| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static MvelComponentBuilderFactory.MvelComponentBuilder |
ComponentsBuilderFactory.mvel()
MVEL (camel-mvel)
Transform messages using an MVEL template.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MvelComponentBuilderFactory.MvelComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default MvelComponentBuilderFactory.MvelComponentBuilder |
MvelComponentBuilderFactory.MvelComponentBuilder.allowTemplateFromHeader(boolean allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default MvelComponentBuilderFactory.MvelComponentBuilder |
MvelComponentBuilderFactory.MvelComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default MvelComponentBuilderFactory.MvelComponentBuilder |
MvelComponentBuilderFactory.MvelComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
static MvelComponentBuilderFactory.MvelComponentBuilder |
MvelComponentBuilderFactory.mvel()
MVEL (camel-mvel)
Transform messages using an MVEL template.
|
Apache Camel