Uses of Interface
org.apache.camel.builder.endpoint.dsl.LdapEndpointBuilderFactory.AdvancedLdapEndpointBuilder
-
Packages that use LdapEndpointBuilderFactory.AdvancedLdapEndpointBuilder Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of LdapEndpointBuilderFactory.AdvancedLdapEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return LdapEndpointBuilderFactory.AdvancedLdapEndpointBuilder Modifier and Type Method Description default LdapEndpointBuilderFactory.AdvancedLdapEndpointBuilder
LdapEndpointBuilderFactory.LdapEndpointBuilder. advanced()
default LdapEndpointBuilderFactory.AdvancedLdapEndpointBuilder
LdapEndpointBuilderFactory.AdvancedLdapEndpointBuilder. synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).default LdapEndpointBuilderFactory.AdvancedLdapEndpointBuilder
LdapEndpointBuilderFactory.AdvancedLdapEndpointBuilder. synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).
-