| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
ChunkEndpointBuilderFactory.AdvancedChunkEndpointBuilder.basic() |
static ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
ChunkEndpointBuilderFactory.chunk(String path)
Chunk (camel-chunk)
Transforms the message using a Chunk template.
|
default ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
ChunkEndpointBuilderFactory.ChunkBuilders.chunk(String path)
Chunk (camel-chunk)
Transforms the message using a Chunk template.
|
default ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
ChunkEndpointBuilderFactory.ChunkEndpointBuilder.contentCache(boolean contentCache)
Sets whether to use resource content cache or not.
|
default ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
ChunkEndpointBuilderFactory.ChunkEndpointBuilder.contentCache(String contentCache)
Sets whether to use resource content cache or not.
|
default ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
ChunkEndpointBuilderFactory.ChunkEndpointBuilder.encoding(String encoding)
Define the encoding of the body.
|
default ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
ChunkEndpointBuilderFactory.ChunkEndpointBuilder.extension(String extension)
Define the file extension of the template.
|
default ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
ChunkEndpointBuilderFactory.ChunkEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
ChunkEndpointBuilderFactory.ChunkEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
ChunkEndpointBuilderFactory.ChunkEndpointBuilder.themeFolder(String themeFolder)
Define the themes folder to scan.
|
default ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
ChunkEndpointBuilderFactory.ChunkEndpointBuilder.themeLayer(String themeLayer)
Define the theme layer to elaborate.
|
default ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
ChunkEndpointBuilderFactory.ChunkEndpointBuilder.themeSubfolder(String themeSubfolder)
Define the themes subfolder to scan.
|
Apache Camel