| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
StaticEndpointBuilders.chunk(String path)
Chunk (camel-chunk)
Transform messages using Chunk templating engine.
|
static ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
StaticEndpointBuilders.chunk(String componentName,
String path)
Chunk (camel-chunk)
Transform messages using Chunk templating engine.
|
| Modifier and Type | Method and Description |
|---|---|
default ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
ChunkEndpointBuilderFactory.ChunkEndpointBuilder.allowContextMapAll(boolean allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
ChunkEndpointBuilderFactory.ChunkEndpointBuilder.allowContextMapAll(String allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
ChunkEndpointBuilderFactory.ChunkEndpointBuilder.allowTemplateFromHeader(boolean allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
ChunkEndpointBuilderFactory.ChunkEndpointBuilder.allowTemplateFromHeader(String allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
ChunkEndpointBuilderFactory.AdvancedChunkEndpointBuilder.basic() |
default ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
ChunkEndpointBuilderFactory.ChunkBuilders.chunk(String path)
Chunk (camel-chunk)
Transform messages using Chunk templating engine.
|
default ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
ChunkEndpointBuilderFactory.ChunkBuilders.chunk(String componentName,
String path)
Chunk (camel-chunk)
Transform messages using Chunk templating engine.
|
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.
|
static ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
ChunkEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
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