| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static MustacheEndpointBuilderFactory.MustacheEndpointBuilder |
StaticEndpointBuilders.mustache(String path)
Mustache (camel-mustache)
Transform messages using a Mustache template.
|
static MustacheEndpointBuilderFactory.MustacheEndpointBuilder |
StaticEndpointBuilders.mustache(String componentName,
String path)
Mustache (camel-mustache)
Transform messages using a Mustache template.
|
| Modifier and Type | Method and Description |
|---|---|
default MustacheEndpointBuilderFactory.MustacheEndpointBuilder |
MustacheEndpointBuilderFactory.MustacheEndpointBuilder.allowContextMapAll(boolean allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default MustacheEndpointBuilderFactory.MustacheEndpointBuilder |
MustacheEndpointBuilderFactory.MustacheEndpointBuilder.allowContextMapAll(String allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default MustacheEndpointBuilderFactory.MustacheEndpointBuilder |
MustacheEndpointBuilderFactory.MustacheEndpointBuilder.allowTemplateFromHeader(boolean allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default MustacheEndpointBuilderFactory.MustacheEndpointBuilder |
MustacheEndpointBuilderFactory.MustacheEndpointBuilder.allowTemplateFromHeader(String allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default MustacheEndpointBuilderFactory.MustacheEndpointBuilder |
MustacheEndpointBuilderFactory.AdvancedMustacheEndpointBuilder.basic() |
default MustacheEndpointBuilderFactory.MustacheEndpointBuilder |
MustacheEndpointBuilderFactory.MustacheEndpointBuilder.contentCache(boolean contentCache)
Sets whether to use resource content cache or not.
|
default MustacheEndpointBuilderFactory.MustacheEndpointBuilder |
MustacheEndpointBuilderFactory.MustacheEndpointBuilder.contentCache(String contentCache)
Sets whether to use resource content cache or not.
|
default MustacheEndpointBuilderFactory.MustacheEndpointBuilder |
MustacheEndpointBuilderFactory.MustacheEndpointBuilder.encoding(String encoding)
Character encoding of the resource content.
|
default MustacheEndpointBuilderFactory.MustacheEndpointBuilder |
MustacheEndpointBuilderFactory.MustacheEndpointBuilder.endDelimiter(String endDelimiter)
Characters used to mark template code end.
|
static MustacheEndpointBuilderFactory.MustacheEndpointBuilder |
MustacheEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default MustacheEndpointBuilderFactory.MustacheEndpointBuilder |
MustacheEndpointBuilderFactory.MustacheEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default MustacheEndpointBuilderFactory.MustacheEndpointBuilder |
MustacheEndpointBuilderFactory.MustacheEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default MustacheEndpointBuilderFactory.MustacheEndpointBuilder |
MustacheEndpointBuilderFactory.MustacheBuilders.mustache(String path)
Mustache (camel-mustache)
Transform messages using a Mustache template.
|
default MustacheEndpointBuilderFactory.MustacheEndpointBuilder |
MustacheEndpointBuilderFactory.MustacheBuilders.mustache(String componentName,
String path)
Mustache (camel-mustache)
Transform messages using a Mustache template.
|
default MustacheEndpointBuilderFactory.MustacheEndpointBuilder |
MustacheEndpointBuilderFactory.MustacheEndpointBuilder.startDelimiter(String startDelimiter)
Characters used to mark template code beginning.
|
Apache Camel