default SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder |
SWFEndpointBuilderFactory.SWFEndpointConsumerBuilder.advanced() |
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder |
SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder.clientConfigurationParameters(String key,
Object value) |
To configure the ClientConfiguration using the key/values from the
Map.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder |
SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder.clientConfigurationParameters(Map values) |
To configure the ClientConfiguration using the key/values from the
Map.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder |
SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder |
SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder |
SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder.exchangePattern(String exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder |
SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder |
SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder.startWorkflowOptionsParameters(String key,
Object value) |
To configure the StartWorkflowOptions using the key/values from the
Map.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder |
SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder.startWorkflowOptionsParameters(Map values) |
To configure the StartWorkflowOptions using the key/values from the
Map.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder |
SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder.sWClientParameters(String key,
Object value) |
To configure the AmazonSimpleWorkflowClient using the key/values from
the Map.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder |
SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder.sWClientParameters(Map values) |
To configure the AmazonSimpleWorkflowClient using the key/values from
the Map.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder |
SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder.synchronous(boolean synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder |
SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder.synchronous(String synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|