| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SWFEndpointBuilderFactory.AdvancedSWFEndpointBuilder
Advanced builder for endpoint for the AWS Simple Workflow (SWF)
component.
|
| Modifier and Type | Method and Description |
|---|---|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder |
SWFEndpointBuilderFactory.SWFEndpointProducerBuilder.advanced() |
default SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder |
SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder.clientConfigurationParameters(Map values)
To configure the ClientConfiguration using the key/values from the
Map.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder |
SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder.clientConfigurationParameters(String key,
Object value)
To configure the ClientConfiguration using the key/values from the
Map.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder |
SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder.startWorkflowOptionsParameters(Map values)
To configure the StartWorkflowOptions using the key/values from the
Map.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder |
SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder.startWorkflowOptionsParameters(String key,
Object value)
To configure the StartWorkflowOptions using the key/values from the
Map.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder |
SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder.sWClientParameters(Map values)
To configure the AmazonSimpleWorkflowClient using the key/values from
the Map.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder |
SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder.sWClientParameters(String key,
Object value)
To configure the AmazonSimpleWorkflowClient using the key/values from
the Map.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder |
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 |
SWFEndpointBuilderFactory.AdvancedSWFEndpointProducerBuilder.synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
Apache Camel