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