public static interface SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default SWFEndpointBuilderFactory.SWFEndpointProducerBuilder |
basic() |
default SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder |
basicPropertyBinding(String basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
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 basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder basicPropertyBinding(String basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder clientConfigurationParameters(String key, Object value)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the
clientConfigurationParameters(String, Object) method to add a value
(call the method multiple times to set more values).
Group: advanceddefault SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder clientConfigurationParameters(Map values)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the
clientConfigurationParameters(String, Object) method to add a value
(call the method multiple times to set more values).
Group: advanceddefault SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder startWorkflowOptionsParameters(String key, Object value)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the
startWorkflowOptionsParameters(String, Object) method to add a value
(call the method multiple times to set more values).
Group: advanceddefault SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder startWorkflowOptionsParameters(Map values)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the
startWorkflowOptionsParameters(String, Object) method to add a value
(call the method multiple times to set more values).
Group: advanceddefault SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder sWClientParameters(String key, Object value)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the
sWClientParameters(String, Object) method to add a value (call the
method multiple times to set more values).
Group: advanceddefault SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder sWClientParameters(Map values)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the
sWClientParameters(String, Object) method to add a value (call the
method multiple times to set more values).
Group: advanceddefault SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder synchronous(boolean synchronous)
boolean type.
Default: false
Group: advanceddefault SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder synchronous(String synchronous)
boolean type.
Default: false
Group: advancedApache Camel