public static interface ClasComponentBuilderFactory.ClasComponentBuilder extends ComponentBuilder<org.apache.camel.component.beanclass.ClassComponent>
| Modifier and Type | Method and Description |
|---|---|
default ClasComponentBuilderFactory.ClasComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default ClasComponentBuilderFactory.ClasComponentBuilder |
cache(Boolean cache)
Deprecated.
|
default ClasComponentBuilderFactory.ClasComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ClasComponentBuilderFactory.ClasComponentBuilder |
scope(org.apache.camel.BeanScope scope)
Scope of bean.
|
build, build, doSetProperty, register@Deprecated default ClasComponentBuilderFactory.ClasComponentBuilder cache(Boolean cache)
java.lang.Boolean type.
Default: true
Group: producerdefault ClasComponentBuilderFactory.ClasComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault ClasComponentBuilderFactory.ClasComponentBuilder scope(org.apache.camel.BeanScope scope)
org.apache.camel.BeanScope type.
Default: Singleton
Group: producerdefault ClasComponentBuilderFactory.ClasComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advancedApache Camel