Class StringTemplateEndpointBuilderFactory.StringTemplateHeaderNameBuilder

  • Enclosing interface:
    StringTemplateEndpointBuilderFactory

    public static class StringTemplateEndpointBuilderFactory.StringTemplateHeaderNameBuilder
    extends Object
    The builder of headers' name for the String Template component.
    • Constructor Detail

      • StringTemplateHeaderNameBuilder

        public StringTemplateHeaderNameBuilder()
    • Method Detail

      • stringTemplateResourceUri

        public String stringTemplateResourceUri()
        A URI for the template resource to use instead of the endpoint configured. The option is a: String type. Group: producer
        Returns:
        the name of the header StringTemplateResourceUri.
      • stringTemplateVariableMap

        public String stringTemplateVariableMap()
        Map of the variables which are made available to a script or template. The option is a: Map<String, Object> type. Group: producer
        Returns:
        the name of the header StringTemplateVariableMap.
      • stringTemplateTemplate

        public String stringTemplateTemplate()
        The template to use instead of the endpoint configured. The option is a: String type. Group: producer
        Returns:
        the name of the header StringTemplateTemplate.