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)
boolean type.
Default: false
Group: producerdefault ChunkEndpointBuilderFactory.ChunkEndpointBuilder allowContextMapAll(String allowContextMapAll)
boolean type.
Default: false
Group: producerdefault ChunkEndpointBuilderFactory.ChunkEndpointBuilder allowTemplateFromHeader(boolean allowTemplateFromHeader)
boolean type.
Default: false
Group: producerdefault ChunkEndpointBuilderFactory.ChunkEndpointBuilder allowTemplateFromHeader(String allowTemplateFromHeader)
boolean type.
Default: false
Group: producerdefault ChunkEndpointBuilderFactory.ChunkEndpointBuilder contentCache(boolean contentCache)
boolean type.
Default: false
Group: producerdefault ChunkEndpointBuilderFactory.ChunkEndpointBuilder contentCache(String contentCache)
boolean type.
Default: false
Group: producerdefault ChunkEndpointBuilderFactory.ChunkEndpointBuilder encoding(String encoding)
java.lang.String type.
Group: producerdefault ChunkEndpointBuilderFactory.ChunkEndpointBuilder extension(String extension)
java.lang.String type.
Group: producerdefault ChunkEndpointBuilderFactory.ChunkEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault ChunkEndpointBuilderFactory.ChunkEndpointBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Default: false
Group: producerdefault ChunkEndpointBuilderFactory.ChunkEndpointBuilder themeFolder(String themeFolder)
java.lang.String type.
Group: producerdefault ChunkEndpointBuilderFactory.ChunkEndpointBuilder themeLayer(String themeLayer)
java.lang.String type.
Group: producerdefault ChunkEndpointBuilderFactory.ChunkEndpointBuilder themeSubfolder(String themeSubfolder)
java.lang.String type.
Group: producerApache Camel