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)
lazyStartProducer - the value to setdefault SpringLdapComponentBuilderFactory.SpringLdapComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setApache Camel