public static interface MustacheEndpointBuilderFactory.MustacheEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default MustacheEndpointBuilderFactory.AdvancedMustacheEndpointBuilder |
advanced() |
default MustacheEndpointBuilderFactory.MustacheEndpointBuilder |
allowContextMapAll(boolean allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default MustacheEndpointBuilderFactory.MustacheEndpointBuilder |
allowContextMapAll(String allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default MustacheEndpointBuilderFactory.MustacheEndpointBuilder |
allowTemplateFromHeader(boolean allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default MustacheEndpointBuilderFactory.MustacheEndpointBuilder |
allowTemplateFromHeader(String allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default MustacheEndpointBuilderFactory.MustacheEndpointBuilder |
contentCache(boolean contentCache)
Sets whether to use resource content cache or not.
|
default MustacheEndpointBuilderFactory.MustacheEndpointBuilder |
contentCache(String contentCache)
Sets whether to use resource content cache or not.
|
default MustacheEndpointBuilderFactory.MustacheEndpointBuilder |
encoding(String encoding)
Character encoding of the resource content.
|
default MustacheEndpointBuilderFactory.MustacheEndpointBuilder |
endDelimiter(String endDelimiter)
Characters used to mark template code end.
|
default MustacheEndpointBuilderFactory.MustacheEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default MustacheEndpointBuilderFactory.MustacheEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default MustacheEndpointBuilderFactory.MustacheEndpointBuilder |
startDelimiter(String startDelimiter)
Characters used to mark template code beginning.
|
default MustacheEndpointBuilderFactory.AdvancedMustacheEndpointBuilder advanced()
default MustacheEndpointBuilderFactory.MustacheEndpointBuilder allowContextMapAll(boolean allowContextMapAll)
allowContextMapAll - the value to setdefault MustacheEndpointBuilderFactory.MustacheEndpointBuilder allowContextMapAll(String allowContextMapAll)
allowContextMapAll - the value to setdefault MustacheEndpointBuilderFactory.MustacheEndpointBuilder allowTemplateFromHeader(boolean allowTemplateFromHeader)
allowTemplateFromHeader - the value to setdefault MustacheEndpointBuilderFactory.MustacheEndpointBuilder allowTemplateFromHeader(String allowTemplateFromHeader)
allowTemplateFromHeader - the value to setdefault MustacheEndpointBuilderFactory.MustacheEndpointBuilder contentCache(boolean contentCache)
contentCache - the value to setdefault MustacheEndpointBuilderFactory.MustacheEndpointBuilder contentCache(String contentCache)
contentCache - the value to setdefault MustacheEndpointBuilderFactory.MustacheEndpointBuilder encoding(String encoding)
encoding - the value to setdefault MustacheEndpointBuilderFactory.MustacheEndpointBuilder endDelimiter(String endDelimiter)
endDelimiter - the value to setdefault MustacheEndpointBuilderFactory.MustacheEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault MustacheEndpointBuilderFactory.MustacheEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault MustacheEndpointBuilderFactory.MustacheEndpointBuilder startDelimiter(String startDelimiter)
startDelimiter - the value to setApache Camel