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