public static interface SpringLdapComponentBuilderFactory.SpringLdapComponentBuilder extends ComponentBuilder<org.apache.camel.component.springldap.SpringLdapComponent>
| Modifier and Type | Method and Description |
|---|---|
default SpringLdapComponentBuilderFactory.SpringLdapComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default SpringLdapComponentBuilderFactory.SpringLdapComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault SpringLdapComponentBuilderFactory.SpringLdapComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault SpringLdapComponentBuilderFactory.SpringLdapComponentBuilder autowiredEnabled(boolean autowiredEnabled)
boolean type.
Default: true
Group: advancedApache Camel