public static interface ClasComponentBuilderFactory.ClasComponentBuilder extends ComponentBuilder<org.apache.camel.component.beanclass.ClassComponent>
| Modifier and Type | Method and Description |
|---|---|
default ClasComponentBuilderFactory.ClasComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
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)
cache - the value to setdefault ClasComponentBuilderFactory.ClasComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault ClasComponentBuilderFactory.ClasComponentBuilder scope(org.apache.camel.BeanScope scope)
scope - the value to setdefault ClasComponentBuilderFactory.ClasComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setApache Camel