public static interface SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default SWFEndpointBuilderFactory.SWFEndpointConsumerBuilder |
basic() |
default SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder |
clientConfigurationParameters(Map values)
To configure the ClientConfiguration using the key/values from the
Map.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder |
clientConfigurationParameters(String key,
Object value)
To configure the ClientConfiguration using the key/values from the
Map.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder |
startWorkflowOptionsParameters(Map values)
To configure the StartWorkflowOptions using the key/values from the
Map.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder |
startWorkflowOptionsParameters(String key,
Object value)
To configure the StartWorkflowOptions using the key/values from the
Map.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder |
sWClientParameters(Map values)
To configure the AmazonSimpleWorkflowClient using the key/values from
the Map.
|
default SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder |
sWClientParameters(String key,
Object value)
To configure the AmazonSimpleWorkflowClient using the key/values from
the Map.
|
default 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 |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default SWFEndpointBuilderFactory.SWFEndpointConsumerBuilder basic()
default SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
exceptionHandler - the value to setdefault SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder exceptionHandler(String exceptionHandler)
exceptionHandler - the value to setdefault SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
exchangePattern - the value to setdefault SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder exchangePattern(String exchangePattern)
exchangePattern - the value to setdefault SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder clientConfigurationParameters(String key, Object value)
key - the option keyvalue - the option valuedefault SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder clientConfigurationParameters(Map values)
values - the valuesdefault SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder startWorkflowOptionsParameters(String key, Object value)
key - the option keyvalue - the option valuedefault SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder startWorkflowOptionsParameters(Map values)
values - the valuesdefault SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder sWClientParameters(String key, Object value)
key - the option keyvalue - the option valuedefault SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder sWClientParameters(Map values)
values - the valuesdefault SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault SWFEndpointBuilderFactory.AdvancedSWFEndpointConsumerBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel