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