public static interface BeanComponentBuilderFactory.BeanComponentBuilder extends ComponentBuilder<org.apache.camel.component.bean.BeanComponent>
| Modifier and Type | Method and Description |
|---|---|
default BeanComponentBuilderFactory.BeanComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default BeanComponentBuilderFactory.BeanComponentBuilder |
cache(Boolean cache)
Deprecated.
|
default BeanComponentBuilderFactory.BeanComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default BeanComponentBuilderFactory.BeanComponentBuilder |
scope(org.apache.camel.BeanScope scope)
Scope of bean.
|
build, build, doSetProperty, register@Deprecated default BeanComponentBuilderFactory.BeanComponentBuilder cache(Boolean cache)
cache - the value to setdefault BeanComponentBuilderFactory.BeanComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault BeanComponentBuilderFactory.BeanComponentBuilder scope(org.apache.camel.BeanScope scope)
scope - the value to setdefault BeanComponentBuilderFactory.BeanComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setApache Camel