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