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