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