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 Details

    • MustacheHeaderNameBuilder

      public MustacheHeaderNameBuilder()
  • Method Details

    • mustacheResourceUri

      public String mustacheResourceUri()
      A URI for the template resource to use instead of the endpoint. The option is a: String type. 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: String type. Group: producer
      Returns:
      the name of the header MustacheTemplate.