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