public static interface SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default SWFEndpointBuilderFactory.SWFEndpointProducerBuilder |
basic() |
default SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder |
clientConfigurationParameters(Map values)
To configure the ClientConfiguration using the key/values from the
Map.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder |
clientConfigurationParameters(String key,
Object value)
To configure the ClientConfiguration using the key/values from the
Map.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder |
startWorkflowOptionsParameters(Map values)
To configure the StartWorkflowOptions using the key/values from the
Map.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder |
startWorkflowOptionsParameters(String key,
Object value)
To configure the StartWorkflowOptions using the key/values from the
Map.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder |
sWClientParameters(Map values)
To configure the AmazonSimpleWorkflowClient using the key/values from
the Map.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder |
sWClientParameters(String key,
Object value)
To configure the AmazonSimpleWorkflowClient using the key/values from
the Map.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default SWFEndpointBuilderFactory.SWFEndpointProducerBuilder basic()
default SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder clientConfigurationParameters(String key, Object value)
key - the option keyvalue - the option valuedefault SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder clientConfigurationParameters(Map values)
values - the valuesdefault SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder startWorkflowOptionsParameters(String key, Object value)
key - the option keyvalue - the option valuedefault SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder startWorkflowOptionsParameters(Map values)
values - the valuesdefault SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder sWClientParameters(String key, Object value)
key - the option keyvalue - the option valuedefault SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder sWClientParameters(Map values)
values - the valuesdefault SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel