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