public static interface StringTemplateComponentBuilderFactory.StringTemplateComponentBuilder extends ComponentBuilder<org.apache.camel.component.stringtemplate.StringTemplateComponent>
| Modifier and Type | Method and Description |
|---|---|
default StringTemplateComponentBuilderFactory.StringTemplateComponentBuilder |
allowContextMapAll(boolean allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default StringTemplateComponentBuilderFactory.StringTemplateComponentBuilder |
allowTemplateFromHeader(boolean allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default StringTemplateComponentBuilderFactory.StringTemplateComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default StringTemplateComponentBuilderFactory.StringTemplateComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault StringTemplateComponentBuilderFactory.StringTemplateComponentBuilder allowContextMapAll(boolean allowContextMapAll)
allowContextMapAll - the value to setdefault StringTemplateComponentBuilderFactory.StringTemplateComponentBuilder allowTemplateFromHeader(boolean allowTemplateFromHeader)
allowTemplateFromHeader - the value to setdefault StringTemplateComponentBuilderFactory.StringTemplateComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault StringTemplateComponentBuilderFactory.StringTemplateComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setApache Camel