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