public static interface BeanComponentBuilderFactory.BeanComponentBuilder extends ComponentBuilder<org.apache.camel.component.bean.BeanComponent>
| Modifier and Type | Method and Description |
|---|---|
default BeanComponentBuilderFactory.BeanComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
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)
java.lang.Boolean type.
Default: true
Group: producerdefault BeanComponentBuilderFactory.BeanComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault BeanComponentBuilderFactory.BeanComponentBuilder scope(org.apache.camel.BeanScope scope)
org.apache.camel.BeanScope type.
Default: Singleton
Group: producerdefault BeanComponentBuilderFactory.BeanComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advancedApache Camel