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