Class MustacheEndpointBuilderFactory.MustacheHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.MustacheEndpointBuilderFactory.MustacheHeaderNameBuilder
-
- Enclosing interface:
- MustacheEndpointBuilderFactory
public static class MustacheEndpointBuilderFactory.MustacheHeaderNameBuilder extends Object
The builder of headers' name for the Mustache component.
-
-
Constructor Summary
Constructors Constructor Description MustacheHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringmustacheResourceUri()A URI for the template resource to use instead of the endpoint.StringmustacheTemplate()The template to use instead of the endpoint configured.
-
-
-
Method Detail
-
mustacheResourceUri
public String mustacheResourceUri()
A URI for the template resource to use instead of the endpoint. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
MustacheResourceUri.
-
mustacheTemplate
public String mustacheTemplate()
The template to use instead of the endpoint configured. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
MustacheTemplate.
-
-