public static interface JoltComponentBuilderFactory.JoltComponentBuilder extends ComponentBuilder<org.apache.camel.component.jolt.JoltComponent>
| Modifier and Type | Method and Description |
|---|---|
default JoltComponentBuilderFactory.JoltComponentBuilder |
allowTemplateFromHeader(boolean allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default JoltComponentBuilderFactory.JoltComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default JoltComponentBuilderFactory.JoltComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default JoltComponentBuilderFactory.JoltComponentBuilder |
transform(com.bazaarvoice.jolt.Transform transform)
Explicitly sets the Transform to use.
|
build, build, doSetProperty, registerdefault JoltComponentBuilderFactory.JoltComponentBuilder allowTemplateFromHeader(boolean allowTemplateFromHeader)
allowTemplateFromHeader - the value to setdefault JoltComponentBuilderFactory.JoltComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault JoltComponentBuilderFactory.JoltComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault JoltComponentBuilderFactory.JoltComponentBuilder transform(com.bazaarvoice.jolt.Transform transform)
transform - the value to setApache Camel