| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_ACCESS_KEY_CONF |
"camel.component.aws-sns.accessKey" |
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_ACCESS_KEY_DOC |
"Amazon AWS Access Key" |
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_AMAZON_SNSCLIENT_CONF |
"camel.component.aws-sns.amazonSNSClient" |
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_AMAZON_SNSCLIENT_DOC |
"To use the AmazonSNS as the client" |
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_AMAZON_SQSCLIENT_CONF |
"camel.component.aws-sns.amazonSQSClient" |
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_AMAZON_SQSCLIENT_DOC |
"An SQS Client to use as bridge between SNS and SQS" |
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_AUTO_CREATE_TOPIC_CONF |
"camel.component.aws-sns.autoCreateTopic" |
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_AUTO_CREATE_TOPIC_DOC |
"Setting the autocreation of the topic" |
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.aws-sns.basicPropertyBinding" |
public static final String |
CAMEL_SINK_AWSSNS_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_AWSSNS_COMPONENT_CONFIGURATION_CONF |
"camel.component.aws-sns.configuration" |
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_CONFIGURATION_DOC |
"The component configuration" |
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_KMS_MASTER_KEY_ID_CONF |
"camel.component.aws-sns.kmsMasterKeyId" |
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_KMS_MASTER_KEY_ID_DOC |
"The ID of an AWS-managed customer master key (CMK) for Amazon SNS or a custom CMK." |
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_LAZY_START_PRODUCER_CONF |
"camel.component.aws-sns.lazyStartProducer" |
public static final String |
CAMEL_SINK_AWSSNS_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_AWSSNS_COMPONENT_MESSAGE_STRUCTURE_CONF |
"camel.component.aws-sns.messageStructure" |
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_MESSAGE_STRUCTURE_DOC |
"The message structure to use such as json" |
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_POLICY_CONF |
"camel.component.aws-sns.policy" |
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_POLICY_DOC |
"The policy for this queue" |
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_PROXY_HOST_CONF |
"camel.component.aws-sns.proxyHost" |
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_PROXY_HOST_DOC |
"To define a proxy host when instantiating the SNS client" |
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_PROXY_PORT_CONF |
"camel.component.aws-sns.proxyPort" |
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_PROXY_PORT_DOC |
"To define a proxy port when instantiating the SNS client" |
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_PROXY_PROTOCOL_CONF |
"camel.component.aws-sns.proxyProtocol" |
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_PROXY_PROTOCOL_DEFAULT |
"HTTPS" |
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_PROXY_PROTOCOL_DOC |
"To define a proxy protocol when instantiating the SNS client One of: [HTTP] [HTTPS]" |
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_QUEUE_URL_CONF |
"camel.component.aws-sns.queueUrl" |
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_QUEUE_URL_DOC |
"The queueUrl to subscribe to" |
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_REGION_CONF |
"camel.component.aws-sns.region" |
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_REGION_DOC |
"The region in which SNS client needs to work. 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_AWSSNS_COMPONENT_SECRET_KEY_CONF |
"camel.component.aws-sns.secretKey" |
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_SECRET_KEY_DOC |
"Amazon AWS Secret Key" |
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_SERVER_SIDE_ENCRYPTION_ENABLED_CONF |
"camel.component.aws-sns.serverSideEncryptionEnabled" |
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_SERVER_SIDE_ENCRYPTION_ENABLED_DOC |
"Define if Server Side Encryption is enabled or not on the topic" |
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_SUBJECT_CONF |
"camel.component.aws-sns.subject" |
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_SUBJECT_DOC |
"The subject which is used if the message header \'CamelAwsSnsSubject\' is not present." |
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_SUBSCRIBE_SNSTO_SQSCONF |
"camel.component.aws-sns.subscribeSNStoSQS" |
public static final String |
CAMEL_SINK_AWSSNS_COMPONENT_SUBSCRIBE_SNSTO_SQSDOC |
"Define if the subscription between SNS Topic and SQS must be done or not" |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_ACCESS_KEY_CONF |
"camel.sink.endpoint.accessKey" |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_ACCESS_KEY_DOC |
"Amazon AWS Access Key" |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_AMAZON_SNSCLIENT_CONF |
"camel.sink.endpoint.amazonSNSClient" |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_AMAZON_SNSCLIENT_DOC |
"To use the AmazonSNS as the client" |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_AMAZON_SQSCLIENT_CONF |
"camel.sink.endpoint.amazonSQSClient" |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_AMAZON_SQSCLIENT_DOC |
"An SQS Client to use as bridge between SNS and SQS" |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_AUTO_CREATE_TOPIC_CONF |
"camel.sink.endpoint.autoCreateTopic" |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_AUTO_CREATE_TOPIC_DOC |
"Setting the autocreation of the topic" |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.sink.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SINK_AWSSNS_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_AWSSNS_ENDPOINT_HEADER_FILTER_STRATEGY_CONF |
"camel.sink.endpoint.headerFilterStrategy" |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_HEADER_FILTER_STRATEGY_DOC |
"To use a custom HeaderFilterStrategy to map headers to/from Camel." |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_KMS_MASTER_KEY_ID_CONF |
"camel.sink.endpoint.kmsMasterKeyId" |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_KMS_MASTER_KEY_ID_DOC |
"The ID of an AWS-managed customer master key (CMK) for Amazon SNS or a custom CMK." |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_LAZY_START_PRODUCER_CONF |
"camel.sink.endpoint.lazyStartProducer" |
public static final String |
CAMEL_SINK_AWSSNS_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_AWSSNS_ENDPOINT_MESSAGE_STRUCTURE_CONF |
"camel.sink.endpoint.messageStructure" |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_MESSAGE_STRUCTURE_DOC |
"The message structure to use such as json" |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_POLICY_CONF |
"camel.sink.endpoint.policy" |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_POLICY_DOC |
"The policy for this queue" |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_PROXY_HOST_CONF |
"camel.sink.endpoint.proxyHost" |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_PROXY_HOST_DOC |
"To define a proxy host when instantiating the SNS client" |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_PROXY_PORT_CONF |
"camel.sink.endpoint.proxyPort" |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_PROXY_PORT_DOC |
"To define a proxy port when instantiating the SNS client" |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_PROXY_PROTOCOL_CONF |
"camel.sink.endpoint.proxyProtocol" |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_PROXY_PROTOCOL_DEFAULT |
"HTTPS" |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_PROXY_PROTOCOL_DOC |
"To define a proxy protocol when instantiating the SNS client One of: [HTTP] [HTTPS]" |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_QUEUE_URL_CONF |
"camel.sink.endpoint.queueUrl" |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_QUEUE_URL_DOC |
"The queueUrl to subscribe to" |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_REGION_CONF |
"camel.sink.endpoint.region" |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_REGION_DOC |
"The region in which SNS client needs to work. 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_AWSSNS_ENDPOINT_SECRET_KEY_CONF |
"camel.sink.endpoint.secretKey" |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_SECRET_KEY_DOC |
"Amazon AWS Secret Key" |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_SERVER_SIDE_ENCRYPTION_ENABLED_CONF |
"camel.sink.endpoint.serverSideEncryptionEnabled" |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_SERVER_SIDE_ENCRYPTION_ENABLED_DOC |
"Define if Server Side Encryption is enabled or not on the topic" |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_SUBJECT_CONF |
"camel.sink.endpoint.subject" |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_SUBJECT_DOC |
"The subject which is used if the message header \'CamelAwsSnsSubject\' is not present." |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_SUBSCRIBE_SNSTO_SQSCONF |
"camel.sink.endpoint.subscribeSNStoSQS" |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_SUBSCRIBE_SNSTO_SQSDOC |
"Define if the subscription between SNS Topic and SQS must be done or not" |
public static final String |
CAMEL_SINK_AWSSNS_ENDPOINT_SYNCHRONOUS_CONF |
"camel.sink.endpoint.synchronous" |
public static final String |
CAMEL_SINK_AWSSNS_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_AWSSNS_PATH_TOPIC_NAME_OR_ARN_CONF |
"camel.sink.path.topicNameOrArn" |
public static final String |
CAMEL_SINK_AWSSNS_PATH_TOPIC_NAME_OR_ARN_DOC |
"Topic name or ARN" |
Copyright © 2020 The Apache Software Foundation. All rights reserved.