public static interface ChunkEndpointBuilderFactory.ChunkEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default ChunkEndpointBuilderFactory.AdvancedChunkEndpointBuilder |
advanced() |
default ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
allowContextMapAll(boolean allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
allowContextMapAll(String allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
allowTemplateFromHeader(boolean allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
allowTemplateFromHeader(String allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
contentCache(boolean contentCache)
Sets whether to use resource content cache or not.
|
default ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
contentCache(String contentCache)
Sets whether to use resource content cache or not.
|
default ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
encoding(String encoding)
Define the encoding of the body.
|
default ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
extension(String extension)
Define the file extension of the template.
|
default ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
themeFolder(String themeFolder)
Define the themes folder to scan.
|
default ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
themeLayer(String themeLayer)
Define the theme layer to elaborate.
|
default ChunkEndpointBuilderFactory.ChunkEndpointBuilder |
themeSubfolder(String themeSubfolder)
Define the themes subfolder to scan.
|
default ChunkEndpointBuilderFactory.AdvancedChunkEndpointBuilder advanced()
default ChunkEndpointBuilderFactory.ChunkEndpointBuilder allowContextMapAll(boolean allowContextMapAll)
allowContextMapAll - the value to setdefault ChunkEndpointBuilderFactory.ChunkEndpointBuilder allowContextMapAll(String allowContextMapAll)
allowContextMapAll - the value to setdefault ChunkEndpointBuilderFactory.ChunkEndpointBuilder allowTemplateFromHeader(boolean allowTemplateFromHeader)
allowTemplateFromHeader - the value to setdefault ChunkEndpointBuilderFactory.ChunkEndpointBuilder allowTemplateFromHeader(String allowTemplateFromHeader)
allowTemplateFromHeader - the value to setdefault ChunkEndpointBuilderFactory.ChunkEndpointBuilder contentCache(boolean contentCache)
contentCache - the value to setdefault ChunkEndpointBuilderFactory.ChunkEndpointBuilder contentCache(String contentCache)
contentCache - the value to setdefault ChunkEndpointBuilderFactory.ChunkEndpointBuilder encoding(String encoding)
encoding - the value to setdefault ChunkEndpointBuilderFactory.ChunkEndpointBuilder extension(String extension)
extension - the value to setdefault ChunkEndpointBuilderFactory.ChunkEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault ChunkEndpointBuilderFactory.ChunkEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault ChunkEndpointBuilderFactory.ChunkEndpointBuilder themeFolder(String themeFolder)
themeFolder - the value to setdefault ChunkEndpointBuilderFactory.ChunkEndpointBuilder themeLayer(String themeLayer)
themeLayer - the value to setdefault ChunkEndpointBuilderFactory.ChunkEndpointBuilder themeSubfolder(String themeSubfolder)
themeSubfolder - the value to setApache Camel