public static interface RobotFrameworkEndpointBuilderFactory.AdvancedRobotFrameworkEndpointBuilder extends RobotFrameworkEndpointBuilderFactory.AdvancedRobotFrameworkEndpointConsumerBuilder, RobotFrameworkEndpointBuilderFactory.AdvancedRobotFrameworkEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder |
basic() |
default RobotFrameworkEndpointBuilderFactory.AdvancedRobotFrameworkEndpointBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default RobotFrameworkEndpointBuilderFactory.AdvancedRobotFrameworkEndpointBuilder |
basicPropertyBinding(String basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default 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 |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
exceptionHandler, exceptionHandler, exchangePattern, exchangePattern, pollStrategy, pollStrategydoSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, getUridefault RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder basic()
basic in interface RobotFrameworkEndpointBuilderFactory.AdvancedRobotFrameworkEndpointConsumerBuilderbasic in interface RobotFrameworkEndpointBuilderFactory.AdvancedRobotFrameworkEndpointProducerBuilderdefault RobotFrameworkEndpointBuilderFactory.AdvancedRobotFrameworkEndpointBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advancedbasicPropertyBinding in interface RobotFrameworkEndpointBuilderFactory.AdvancedRobotFrameworkEndpointConsumerBuilderbasicPropertyBinding in interface RobotFrameworkEndpointBuilderFactory.AdvancedRobotFrameworkEndpointProducerBuilderdefault RobotFrameworkEndpointBuilderFactory.AdvancedRobotFrameworkEndpointBuilder basicPropertyBinding(String basicPropertyBinding)
boolean type.
Default: false
Group: advancedbasicPropertyBinding in interface RobotFrameworkEndpointBuilderFactory.AdvancedRobotFrameworkEndpointConsumerBuilderbasicPropertyBinding in interface RobotFrameworkEndpointBuilderFactory.AdvancedRobotFrameworkEndpointProducerBuilderdefault RobotFrameworkEndpointBuilderFactory.AdvancedRobotFrameworkEndpointBuilder synchronous(boolean synchronous)
boolean type.
Default: false
Group: advancedsynchronous in interface RobotFrameworkEndpointBuilderFactory.AdvancedRobotFrameworkEndpointConsumerBuildersynchronous in interface RobotFrameworkEndpointBuilderFactory.AdvancedRobotFrameworkEndpointProducerBuilderdefault RobotFrameworkEndpointBuilderFactory.AdvancedRobotFrameworkEndpointBuilder synchronous(String synchronous)
boolean type.
Default: false
Group: advancedsynchronous in interface RobotFrameworkEndpointBuilderFactory.AdvancedRobotFrameworkEndpointConsumerBuildersynchronous in interface RobotFrameworkEndpointBuilderFactory.AdvancedRobotFrameworkEndpointProducerBuilderApache Camel