public static interface SWFEndpointBuilderFactory.AdvancedSWFEndpointBuilder extends SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder, SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default SWFEndpointBuilderFactory.SWFEndpointBuilder |
basic() |
default SWFEndpointBuilderFactory.AdvancedSWFEndpointBuilder |
clientConfigurationParameters(Map values)
To configure the ClientConfiguration using the key/values from the
Map.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointBuilder |
clientConfigurationParameters(String key,
Object value)
To configure the ClientConfiguration using the key/values from the
Map.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointBuilder |
startWorkflowOptionsParameters(Map values)
To configure the StartWorkflowOptions using the key/values from the
Map.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointBuilder |
startWorkflowOptionsParameters(String key,
Object value)
To configure the StartWorkflowOptions using the key/values from the
Map.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointBuilder |
sWClientParameters(Map values)
To configure the AmazonSimpleWorkflowClient using the key/values from
the Map.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointBuilder |
sWClientParameters(String key,
Object value)
To configure the AmazonSimpleWorkflowClient using the key/values from
the Map.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
exceptionHandler, exceptionHandler, exchangePattern, exchangePatterndoSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, getUridefault SWFEndpointBuilderFactory.SWFEndpointBuilder basic()
basic in interface SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilderbasic in interface SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilderdefault SWFEndpointBuilderFactory.AdvancedSWFEndpointBuilder clientConfigurationParameters(String key, Object value)
clientConfigurationParameters in interface SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilderclientConfigurationParameters in interface SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilderkey - the option keyvalue - the option valuedefault SWFEndpointBuilderFactory.AdvancedSWFEndpointBuilder clientConfigurationParameters(Map values)
clientConfigurationParameters in interface SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilderclientConfigurationParameters in interface SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuildervalues - the valuesdefault SWFEndpointBuilderFactory.AdvancedSWFEndpointBuilder startWorkflowOptionsParameters(String key, Object value)
startWorkflowOptionsParameters in interface SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilderstartWorkflowOptionsParameters in interface SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilderkey - the option keyvalue - the option valuedefault SWFEndpointBuilderFactory.AdvancedSWFEndpointBuilder startWorkflowOptionsParameters(Map values)
startWorkflowOptionsParameters in interface SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilderstartWorkflowOptionsParameters in interface SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuildervalues - the valuesdefault SWFEndpointBuilderFactory.AdvancedSWFEndpointBuilder sWClientParameters(String key, Object value)
sWClientParameters in interface SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuildersWClientParameters in interface SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilderkey - the option keyvalue - the option valuedefault SWFEndpointBuilderFactory.AdvancedSWFEndpointBuilder sWClientParameters(Map values)
sWClientParameters in interface SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuildersWClientParameters in interface SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuildervalues - the valuesdefault SWFEndpointBuilderFactory.AdvancedSWFEndpointBuilder synchronous(boolean synchronous)
synchronous in interface SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuildersynchronous in interface SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuildersynchronous - the value to setdefault SWFEndpointBuilderFactory.AdvancedSWFEndpointBuilder synchronous(String synchronous)
synchronous in interface SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuildersynchronous in interface SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuildersynchronous - the value to setApache Camel