| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default LdifEndpointBuilderFactory.LdifEndpointBuilder |
LdifEndpointBuilderFactory.AdvancedLdifEndpointBuilder.basic() |
default LdifEndpointBuilderFactory.LdifEndpointBuilder |
LdifEndpointBuilderFactory.LdifEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default LdifEndpointBuilderFactory.LdifEndpointBuilder |
LdifEndpointBuilderFactory.LdifEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
static LdifEndpointBuilderFactory.LdifEndpointBuilder |
LdifEndpointBuilderFactory.ldif(String path)
LDIF (camel-ldif)
The ldif component allows you to do updates on an LDAP server from a LDIF
body content.
|
default LdifEndpointBuilderFactory.LdifEndpointBuilder |
LdifEndpointBuilderFactory.LdifBuilders.ldif(String path)
LDIF (camel-ldif)
The ldif component allows you to do updates on an LDAP server from a
LDIF body content.
|
Apache Camel