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)
lazyStartProducer - the value to setdefault JingComponentBuilderFactory.JingComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setApache Camel