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 |
exchangeFormatter(org.apache.camel.spi.ExchangeFormatter exchangeFormatter)
Sets a custom ExchangeFormatter to convert the Exchange to a String
suitable for logging.
|
default DatasetComponentBuilderFactory.DatasetComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default DatasetComponentBuilderFactory.DatasetComponentBuilder |
log(boolean log)
To turn on logging when the mock receives an incoming 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 log(boolean log)
log - the value to setdefault DatasetComponentBuilderFactory.DatasetComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault DatasetComponentBuilderFactory.DatasetComponentBuilder exchangeFormatter(org.apache.camel.spi.ExchangeFormatter exchangeFormatter)
exchangeFormatter - the value to setApache Camel