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