public static interface DatasetComponentBuilderFactory.DatasetComponentBuilder extends ComponentBuilder<org.apache.camel.component.dataset.DataSetComponent>
| Modifier and Type | Method and Description |
|---|---|
default DatasetComponentBuilderFactory.DatasetComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default DatasetComponentBuilderFactory.DatasetComponentBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default DatasetComponentBuilderFactory.DatasetComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault DatasetComponentBuilderFactory.DatasetComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault DatasetComponentBuilderFactory.DatasetComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault DatasetComponentBuilderFactory.DatasetComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setApache Camel