| 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)
Transforms the message using a Chunk template.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ChunkComponentBuilderFactory.ChunkComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
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)
Transforms the message using a Chunk template.
|
default ChunkComponentBuilderFactory.ChunkComponentBuilder |
ChunkComponentBuilderFactory.ChunkComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
Apache Camel