public static interface JingComponentBuilderFactory.JingComponentBuilder extends ComponentBuilder<org.apache.camel.component.validator.jing.JingComponent>
| Modifier and Type | Method and Description |
|---|---|
default JingComponentBuilderFactory.JingComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default JingComponentBuilderFactory.JingComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault JingComponentBuilderFactory.JingComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault JingComponentBuilderFactory.JingComponentBuilder autowiredEnabled(boolean autowiredEnabled)
boolean type.
Default: true
Group: advancedApache Camel