public static interface ExecComponentBuilderFactory.ExecComponentBuilder extends ComponentBuilder<org.apache.camel.component.exec.ExecComponent>
| Modifier and Type | Method and Description |
|---|---|
default ExecComponentBuilderFactory.ExecComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default ExecComponentBuilderFactory.ExecComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault ExecComponentBuilderFactory.ExecComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault ExecComponentBuilderFactory.ExecComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setApache Camel