| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static MockComponentBuilderFactory.MockComponentBuilder |
ComponentsBuilderFactory.mock()
Mock (camel-mock)
Test routes and mediation rules using mocks.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MockComponentBuilderFactory.MockComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default MockComponentBuilderFactory.MockComponentBuilder |
MockComponentBuilderFactory.MockComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default MockComponentBuilderFactory.MockComponentBuilder |
MockComponentBuilderFactory.MockComponentBuilder.exchangeFormatter(org.apache.camel.spi.ExchangeFormatter exchangeFormatter)
Sets a custom ExchangeFormatter to convert the Exchange to a String
suitable for logging.
|
default MockComponentBuilderFactory.MockComponentBuilder |
MockComponentBuilderFactory.MockComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default MockComponentBuilderFactory.MockComponentBuilder |
MockComponentBuilderFactory.MockComponentBuilder.log(boolean log)
To turn on logging when the mock receives an incoming message.
|
static MockComponentBuilderFactory.MockComponentBuilder |
MockComponentBuilderFactory.mock()
Mock (camel-mock)
Test routes and mediation rules using mocks.
|
Apache Camel