Class MustacheEndpointBuilderFactory.MustacheHeaderNameBuilder

  • Enclosing interface:
    MustacheEndpointBuilderFactory

    public static class MustacheEndpointBuilderFactory.MustacheHeaderNameBuilder
    extends Object
    The builder of headers' name for the Mustache component.
    • Constructor Detail

      • MustacheHeaderNameBuilder

        public MustacheHeaderNameBuilder()
    • Method Detail

      • 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.