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