| 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.allowContextMapAll(boolean allowContextMapAll)
Sets whether the context map should allow access to all details.
|
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.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
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