| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_ACCESS_KEY_CONF |
"camel.component.aws-swf.accessKey" |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_ACCESS_KEY_DOC |
"Amazon AWS Access Key." |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_ACTIVITY_SCHEDULING_OPTIONS_CONF |
"camel.component.aws-swf.activitySchedulingOptions" |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_ACTIVITY_SCHEDULING_OPTIONS_DOC |
"Activity scheduling options" |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_AMAZON_SWCLIENT_CONF |
"camel.component.aws-swf.amazonSWClient" |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_AMAZON_SWCLIENT_DOC |
"To use the given AmazonSimpleWorkflowClient as client" |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.aws-swf.basicPropertyBinding" |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_BASIC_PROPERTY_BINDING_DOC |
"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities" |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_CHILD_POLICY_CONF |
"camel.component.aws-swf.childPolicy" |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_CHILD_POLICY_DOC |
"The policy to use on child workflows when terminating a workflow." |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_CLIENT_CONFIGURATION_PARAMETERS_CONF |
"camel.component.aws-swf.clientConfigurationParameters" |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_CLIENT_CONFIGURATION_PARAMETERS_DOC |
"To configure the ClientConfiguration using the key/values from the Map." |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_CONFIGURATION_CONF |
"camel.component.aws-swf.configuration" |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_CONFIGURATION_DOC |
"The component configuration" |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_DATA_CONVERTER_CONF |
"camel.component.aws-swf.dataConverter" |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_DATA_CONVERTER_DOC |
"An instance of com.amazonaws.services.simpleworkflow.flow.DataConverter to use for serializing/deserializing the data." |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_DOMAIN_NAME_CONF |
"camel.component.aws-swf.domainName" |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_DOMAIN_NAME_DOC |
"The workflow domain to use." |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_EVENT_NAME_CONF |
"camel.component.aws-swf.eventName" |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_EVENT_NAME_DOC |
"The workflow or activity event name to use." |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_EXECUTION_START_TO_CLOSE_TIMEOUT_CONF |
"camel.component.aws-swf.executionStartToCloseTimeout" |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_EXECUTION_START_TO_CLOSE_TIMEOUT_DEFAULT |
"3600" |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_EXECUTION_START_TO_CLOSE_TIMEOUT_DOC |
"Set the execution start to close timeout." |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_LAZY_START_PRODUCER_CONF |
"camel.component.aws-swf.lazyStartProducer" |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_OPERATION_CONF |
"camel.component.aws-swf.operation" |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_OPERATION_DEFAULT |
"START" |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_OPERATION_DOC |
"Workflow operation One of: [SIGNAL] [CANCEL] [TERMINATE] [GET_STATE] [START] [DESCRIBE] [GET_HISTORY]" |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_REGION_CONF |
"camel.component.aws-swf.region" |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_REGION_DOC |
"Amazon AWS Region. When using this parameter, the configuration will expect the capitalized name of the region (for example AP_EAST_1) You\'ll need to use the name Regions.EU_WEST_1.name()" |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_SECRET_KEY_CONF |
"camel.component.aws-swf.secretKey" |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_SECRET_KEY_DOC |
"Amazon AWS Secret Key." |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_SIGNAL_NAME_CONF |
"camel.component.aws-swf.signalName" |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_SIGNAL_NAME_DOC |
"The name of the signal to send to the workflow." |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_START_WORKFLOW_OPTIONS_PARAMETERS_CONF |
"camel.component.aws-swf.startWorkflowOptionsParameters" |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_START_WORKFLOW_OPTIONS_PARAMETERS_DOC |
"To configure the StartWorkflowOptions using the key/values from the Map." |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_STATE_RESULT_TYPE_CONF |
"camel.component.aws-swf.stateResultType" |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_STATE_RESULT_TYPE_DOC |
"The type of the result when a workflow state is queried." |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_SWCLIENT_PARAMETERS_CONF |
"camel.component.aws-swf.sWClientParameters" |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_SWCLIENT_PARAMETERS_DOC |
"To configure the AmazonSimpleWorkflowClient using the key/values from the Map." |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_TASK_START_TO_CLOSE_TIMEOUT_CONF |
"camel.component.aws-swf.taskStartToCloseTimeout" |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_TASK_START_TO_CLOSE_TIMEOUT_DEFAULT |
"600" |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_TASK_START_TO_CLOSE_TIMEOUT_DOC |
"Set the task start to close timeout." |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_TERMINATION_DETAILS_CONF |
"camel.component.aws-swf.terminationDetails" |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_TERMINATION_DETAILS_DOC |
"Details for terminating a workflow." |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_TERMINATION_REASON_CONF |
"camel.component.aws-swf.terminationReason" |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_TERMINATION_REASON_DOC |
"The reason for terminating a workflow." |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_VERSION_CONF |
"camel.component.aws-swf.version" |
public static final String |
CAMEL_SINK_AWSSWF_COMPONENT_VERSION_DOC |
"The workflow or activity event version to use." |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_ACCESS_KEY_CONF |
"camel.sink.endpoint.accessKey" |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_ACCESS_KEY_DOC |
"Amazon AWS Access Key." |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_ACTIVITY_SCHEDULING_OPTIONS_CONF |
"camel.sink.endpoint.activitySchedulingOptions" |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_ACTIVITY_SCHEDULING_OPTIONS_DOC |
"Activity scheduling options" |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_AMAZON_SWCLIENT_CONF |
"camel.sink.endpoint.amazonSWClient" |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_AMAZON_SWCLIENT_DOC |
"To use the given AmazonSimpleWorkflowClient as client" |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.sink.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_BASIC_PROPERTY_BINDING_DOC |
"Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities" |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_CHILD_POLICY_CONF |
"camel.sink.endpoint.childPolicy" |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_CHILD_POLICY_DOC |
"The policy to use on child workflows when terminating a workflow." |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_CLIENT_CONFIGURATION_PARAMETERS_CONF |
"camel.sink.endpoint.clientConfigurationParameters" |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_CLIENT_CONFIGURATION_PARAMETERS_DOC |
"To configure the ClientConfiguration using the key/values from the Map." |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_DATA_CONVERTER_CONF |
"camel.sink.endpoint.dataConverter" |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_DATA_CONVERTER_DOC |
"An instance of com.amazonaws.services.simpleworkflow.flow.DataConverter to use for serializing/deserializing the data." |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_DOMAIN_NAME_CONF |
"camel.sink.endpoint.domainName" |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_DOMAIN_NAME_DOC |
"The workflow domain to use." |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_EVENT_NAME_CONF |
"camel.sink.endpoint.eventName" |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_EVENT_NAME_DOC |
"The workflow or activity event name to use." |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_EXECUTION_START_TO_CLOSE_TIMEOUT_CONF |
"camel.sink.endpoint.executionStartToCloseTimeout" |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_EXECUTION_START_TO_CLOSE_TIMEOUT_DEFAULT |
"3600" |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_EXECUTION_START_TO_CLOSE_TIMEOUT_DOC |
"Set the execution start to close timeout." |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_LAZY_START_PRODUCER_CONF |
"camel.sink.endpoint.lazyStartProducer" |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_OPERATION_CONF |
"camel.sink.endpoint.operation" |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_OPERATION_DEFAULT |
"START" |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_OPERATION_DOC |
"Workflow operation One of: [SIGNAL] [CANCEL] [TERMINATE] [GET_STATE] [START] [DESCRIBE] [GET_HISTORY]" |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_REGION_CONF |
"camel.sink.endpoint.region" |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_REGION_DOC |
"Amazon AWS Region. When using this parameter, the configuration will expect the capitalized name of the region (for example AP_EAST_1) You\'ll need to use the name Regions.EU_WEST_1.name()" |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_SECRET_KEY_CONF |
"camel.sink.endpoint.secretKey" |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_SECRET_KEY_DOC |
"Amazon AWS Secret Key." |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_SIGNAL_NAME_CONF |
"camel.sink.endpoint.signalName" |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_SIGNAL_NAME_DOC |
"The name of the signal to send to the workflow." |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_START_WORKFLOW_OPTIONS_PARAMETERS_CONF |
"camel.sink.endpoint.startWorkflowOptionsParameters" |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_START_WORKFLOW_OPTIONS_PARAMETERS_DOC |
"To configure the StartWorkflowOptions using the key/values from the Map." |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_STATE_RESULT_TYPE_CONF |
"camel.sink.endpoint.stateResultType" |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_STATE_RESULT_TYPE_DOC |
"The type of the result when a workflow state is queried." |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_SWCLIENT_PARAMETERS_CONF |
"camel.sink.endpoint.sWClientParameters" |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_SWCLIENT_PARAMETERS_DOC |
"To configure the AmazonSimpleWorkflowClient using the key/values from the Map." |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_SYNCHRONOUS_CONF |
"camel.sink.endpoint.synchronous" |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_SYNCHRONOUS_DOC |
"Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported)." |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_TASK_START_TO_CLOSE_TIMEOUT_CONF |
"camel.sink.endpoint.taskStartToCloseTimeout" |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_TASK_START_TO_CLOSE_TIMEOUT_DEFAULT |
"600" |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_TASK_START_TO_CLOSE_TIMEOUT_DOC |
"Set the task start to close timeout." |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_TERMINATION_DETAILS_CONF |
"camel.sink.endpoint.terminationDetails" |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_TERMINATION_DETAILS_DOC |
"Details for terminating a workflow." |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_TERMINATION_REASON_CONF |
"camel.sink.endpoint.terminationReason" |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_TERMINATION_REASON_DOC |
"The reason for terminating a workflow." |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_VERSION_CONF |
"camel.sink.endpoint.version" |
public static final String |
CAMEL_SINK_AWSSWF_ENDPOINT_VERSION_DOC |
"The workflow or activity event version to use." |
public static final String |
CAMEL_SINK_AWSSWF_PATH_TYPE_CONF |
"camel.sink.path.type" |
public static final String |
CAMEL_SINK_AWSSWF_PATH_TYPE_DOC |
"Activity or workflow One of: [activity] [workflow]" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_ACCESS_KEY_CONF |
"camel.component.aws-swf.accessKey" |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_ACCESS_KEY_DOC |
"Amazon AWS Access Key." |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_ACTIVITY_LIST_CONF |
"camel.component.aws-swf.activityList" |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_ACTIVITY_LIST_DOC |
"The list name to consume activities from." |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_ACTIVITY_THREAD_POOL_SIZE_CONF |
"camel.component.aws-swf.activityThreadPoolSize" |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_ACTIVITY_THREAD_POOL_SIZE_DOC |
"Maximum number of threads in work pool for activity." |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_ACTIVITY_TYPE_EXECUTION_OPTIONS_CONF |
"camel.component.aws-swf.activityTypeExecutionOptions" |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_ACTIVITY_TYPE_EXECUTION_OPTIONS_DOC |
"Activity execution options" |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_ACTIVITY_TYPE_REGISTRATION_OPTIONS_CONF |
"camel.component.aws-swf.activityTypeRegistrationOptions" |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_ACTIVITY_TYPE_REGISTRATION_OPTIONS_DOC |
"Activity registration options" |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_AMAZON_SWCLIENT_CONF |
"camel.component.aws-swf.amazonSWClient" |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_AMAZON_SWCLIENT_DOC |
"To use the given AmazonSimpleWorkflowClient as client" |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.aws-swf.basicPropertyBinding" |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_BASIC_PROPERTY_BINDING_DOC |
"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities" |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_BRIDGE_ERROR_HANDLER_CONF |
"camel.component.aws-swf.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_BRIDGE_ERROR_HANDLER_DOC |
"Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored." |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_CLIENT_CONFIGURATION_PARAMETERS_CONF |
"camel.component.aws-swf.clientConfigurationParameters" |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_CLIENT_CONFIGURATION_PARAMETERS_DOC |
"To configure the ClientConfiguration using the key/values from the Map." |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_CONFIGURATION_CONF |
"camel.component.aws-swf.configuration" |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_CONFIGURATION_DOC |
"The component configuration" |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_DATA_CONVERTER_CONF |
"camel.component.aws-swf.dataConverter" |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_DATA_CONVERTER_DOC |
"An instance of com.amazonaws.services.simpleworkflow.flow.DataConverter to use for serializing/deserializing the data." |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_DOMAIN_NAME_CONF |
"camel.component.aws-swf.domainName" |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_DOMAIN_NAME_DOC |
"The workflow domain to use." |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_EVENT_NAME_CONF |
"camel.component.aws-swf.eventName" |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_EVENT_NAME_DOC |
"The workflow or activity event name to use." |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_REGION_CONF |
"camel.component.aws-swf.region" |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_REGION_DOC |
"Amazon AWS Region. When using this parameter, the configuration will expect the capitalized name of the region (for example AP_EAST_1) You\'ll need to use the name Regions.EU_WEST_1.name()" |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_SECRET_KEY_CONF |
"camel.component.aws-swf.secretKey" |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_SECRET_KEY_DOC |
"Amazon AWS Secret Key." |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_START_WORKFLOW_OPTIONS_PARAMETERS_CONF |
"camel.component.aws-swf.startWorkflowOptionsParameters" |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_START_WORKFLOW_OPTIONS_PARAMETERS_DOC |
"To configure the StartWorkflowOptions using the key/values from the Map." |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_SWCLIENT_PARAMETERS_CONF |
"camel.component.aws-swf.sWClientParameters" |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_SWCLIENT_PARAMETERS_DOC |
"To configure the AmazonSimpleWorkflowClient using the key/values from the Map." |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_VERSION_CONF |
"camel.component.aws-swf.version" |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_VERSION_DOC |
"The workflow or activity event version to use." |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_WORKFLOW_LIST_CONF |
"camel.component.aws-swf.workflowList" |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_WORKFLOW_LIST_DOC |
"The list name to consume workflows from." |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_WORKFLOW_TYPE_REGISTRATION_OPTIONS_CONF |
"camel.component.aws-swf.workflowTypeRegistrationOptions" |
public static final String |
CAMEL_SOURCE_AWSSWF_COMPONENT_WORKFLOW_TYPE_REGISTRATION_OPTIONS_DOC |
"Workflow registration options" |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_ACCESS_KEY_CONF |
"camel.source.endpoint.accessKey" |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_ACCESS_KEY_DOC |
"Amazon AWS Access Key." |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_ACTIVITY_LIST_CONF |
"camel.source.endpoint.activityList" |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_ACTIVITY_LIST_DOC |
"The list name to consume activities from." |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_ACTIVITY_THREAD_POOL_SIZE_CONF |
"camel.source.endpoint.activityThreadPoolSize" |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_ACTIVITY_THREAD_POOL_SIZE_DOC |
"Maximum number of threads in work pool for activity." |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_ACTIVITY_TYPE_EXECUTION_OPTIONS_CONF |
"camel.source.endpoint.activityTypeExecutionOptions" |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_ACTIVITY_TYPE_EXECUTION_OPTIONS_DOC |
"Activity execution options" |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_ACTIVITY_TYPE_REGISTRATION_OPTIONS_CONF |
"camel.source.endpoint.activityTypeRegistrationOptions" |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_ACTIVITY_TYPE_REGISTRATION_OPTIONS_DOC |
"Activity registration options" |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_AMAZON_SWCLIENT_CONF |
"camel.source.endpoint.amazonSWClient" |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_AMAZON_SWCLIENT_DOC |
"To use the given AmazonSimpleWorkflowClient as client" |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.source.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_BASIC_PROPERTY_BINDING_DOC |
"Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities" |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_BRIDGE_ERROR_HANDLER_CONF |
"camel.source.endpoint.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_BRIDGE_ERROR_HANDLER_DOC |
"Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored." |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_CLIENT_CONFIGURATION_PARAMETERS_CONF |
"camel.source.endpoint.clientConfigurationParameters" |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_CLIENT_CONFIGURATION_PARAMETERS_DOC |
"To configure the ClientConfiguration using the key/values from the Map." |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_DATA_CONVERTER_CONF |
"camel.source.endpoint.dataConverter" |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_DATA_CONVERTER_DOC |
"An instance of com.amazonaws.services.simpleworkflow.flow.DataConverter to use for serializing/deserializing the data." |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_DOMAIN_NAME_CONF |
"camel.source.endpoint.domainName" |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_DOMAIN_NAME_DOC |
"The workflow domain to use." |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_EVENT_NAME_CONF |
"camel.source.endpoint.eventName" |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_EVENT_NAME_DOC |
"The workflow or activity event name to use." |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_EXCEPTION_HANDLER_CONF |
"camel.source.endpoint.exceptionHandler" |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_EXCEPTION_HANDLER_DOC |
"To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored." |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_EXCHANGE_PATTERN_CONF |
"camel.source.endpoint.exchangePattern" |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_EXCHANGE_PATTERN_DOC |
"Sets the exchange pattern when the consumer creates an exchange. One of: [InOnly] [InOut] [InOptionalOut]" |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_REGION_CONF |
"camel.source.endpoint.region" |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_REGION_DOC |
"Amazon AWS Region. When using this parameter, the configuration will expect the capitalized name of the region (for example AP_EAST_1) You\'ll need to use the name Regions.EU_WEST_1.name()" |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_SECRET_KEY_CONF |
"camel.source.endpoint.secretKey" |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_SECRET_KEY_DOC |
"Amazon AWS Secret Key." |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_START_WORKFLOW_OPTIONS_PARAMETERS_CONF |
"camel.source.endpoint.startWorkflowOptionsParameters" |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_START_WORKFLOW_OPTIONS_PARAMETERS_DOC |
"To configure the StartWorkflowOptions using the key/values from the Map." |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_SWCLIENT_PARAMETERS_CONF |
"camel.source.endpoint.sWClientParameters" |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_SWCLIENT_PARAMETERS_DOC |
"To configure the AmazonSimpleWorkflowClient using the key/values from the Map." |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_SYNCHRONOUS_CONF |
"camel.source.endpoint.synchronous" |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_SYNCHRONOUS_DOC |
"Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported)." |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_VERSION_CONF |
"camel.source.endpoint.version" |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_VERSION_DOC |
"The workflow or activity event version to use." |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_WORKFLOW_LIST_CONF |
"camel.source.endpoint.workflowList" |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_WORKFLOW_LIST_DOC |
"The list name to consume workflows from." |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_WORKFLOW_TYPE_REGISTRATION_OPTIONS_CONF |
"camel.source.endpoint.workflowTypeRegistrationOptions" |
public static final String |
CAMEL_SOURCE_AWSSWF_ENDPOINT_WORKFLOW_TYPE_REGISTRATION_OPTIONS_DOC |
"Workflow registration options" |
public static final String |
CAMEL_SOURCE_AWSSWF_PATH_TYPE_CONF |
"camel.source.path.type" |
public static final String |
CAMEL_SOURCE_AWSSWF_PATH_TYPE_DOC |
"Activity or workflow One of: [activity] [workflow]" |
Copyright © 2020 The Apache Software Foundation. All rights reserved.