public static interface MockComponentBuilderFactory.MockComponentBuilder extends ComponentBuilder<org.apache.camel.component.mock.MockComponent>
| Modifier and Type | Method and Description |
|---|---|
default MockComponentBuilderFactory.MockComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default MockComponentBuilderFactory.MockComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault MockComponentBuilderFactory.MockComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault MockComponentBuilderFactory.MockComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setApache Camel