| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static DatasetTestComponentBuilderFactory.DatasetTestComponentBuilder |
ComponentsBuilderFactory.datasetTest()
DataSet Test (camel-dataset)
Extends the mock component by pulling messages from another endpoint on
startup to set the expected message bodies.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DatasetTestComponentBuilderFactory.DatasetTestComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default DatasetTestComponentBuilderFactory.DatasetTestComponentBuilder |
DatasetTestComponentBuilderFactory.DatasetTestComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
static DatasetTestComponentBuilderFactory.DatasetTestComponentBuilder |
DatasetTestComponentBuilderFactory.datasetTest()
DataSet Test (camel-dataset)
Extends the mock component by pulling messages from another endpoint on
startup to set the expected message bodies.
|
default DatasetTestComponentBuilderFactory.DatasetTestComponentBuilder |
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 |
DatasetTestComponentBuilderFactory.DatasetTestComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default DatasetTestComponentBuilderFactory.DatasetTestComponentBuilder |
DatasetTestComponentBuilderFactory.DatasetTestComponentBuilder.log(boolean log)
To turn on logging when the mock receives an incoming message.
|
Apache Camel