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