| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static SnsEndpointBuilderFactory.SnsEndpointBuilder |
StaticEndpointBuilders.awsSns(String path)
AWS Simple Notification System (SNS) (camel-aws-sns)
Send messages to an AWS Simple Notification Topic.
|
static SnsEndpointBuilderFactory.SnsEndpointBuilder |
StaticEndpointBuilders.awsSns(String componentName,
String path)
AWS Simple Notification System (SNS) (camel-aws-sns)
Send messages to an AWS Simple Notification Topic.
|
| Modifier and Type | Method and Description |
|---|---|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
SnsEndpointBuilderFactory.SnsEndpointBuilder.accessKey(String accessKey)
Amazon AWS Access Key.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
SnsEndpointBuilderFactory.SnsEndpointBuilder.amazonSNSClient(Object amazonSNSClient)
To use the AmazonSNS as the client.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
SnsEndpointBuilderFactory.SnsEndpointBuilder.amazonSNSClient(String amazonSNSClient)
To use the AmazonSNS as the client.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
SnsEndpointBuilderFactory.SnsEndpointBuilder.amazonSQSClient(Object amazonSQSClient)
An SQS Client to use as bridge between SNS and SQS.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
SnsEndpointBuilderFactory.SnsEndpointBuilder.amazonSQSClient(String amazonSQSClient)
An SQS Client to use as bridge between SNS and SQS.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
SnsEndpointBuilderFactory.SnsEndpointBuilder.autoCreateTopic(boolean autoCreateTopic)
Setting the autocreation of the topic.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
SnsEndpointBuilderFactory.SnsEndpointBuilder.autoCreateTopic(String autoCreateTopic)
Setting the autocreation of the topic.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
SnsEndpointBuilderFactory.SnsEndpointBuilder.autoDiscoverClient(boolean autoDiscoverClient)
Setting the autoDiscoverClient mechanism, if true, the component will
look for a client instance in the registry automatically otherwise it
will skip that checking.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
SnsEndpointBuilderFactory.SnsEndpointBuilder.autoDiscoverClient(String autoDiscoverClient)
Setting the autoDiscoverClient mechanism, if true, the component will
look for a client instance in the registry automatically otherwise it
will skip that checking.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
SnsEndpointBuilderFactory.SnsBuilders.awsSns(String path)
AWS Simple Notification System (SNS) (camel-aws-sns)
Send messages to an AWS Simple Notification Topic.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
SnsEndpointBuilderFactory.SnsBuilders.awsSns(String componentName,
String path)
AWS Simple Notification System (SNS) (camel-aws-sns)
Send messages to an AWS Simple Notification Topic.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
SnsEndpointBuilderFactory.AdvancedSnsEndpointBuilder.basic() |
static SnsEndpointBuilderFactory.SnsEndpointBuilder |
SnsEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
SnsEndpointBuilderFactory.SnsEndpointBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
To use a custom HeaderFilterStrategy to map headers to/from Camel.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
SnsEndpointBuilderFactory.SnsEndpointBuilder.headerFilterStrategy(String headerFilterStrategy)
To use a custom HeaderFilterStrategy to map headers to/from Camel.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
SnsEndpointBuilderFactory.SnsEndpointBuilder.kmsMasterKeyId(String kmsMasterKeyId)
The ID of an AWS-managed customer master key (CMK) for Amazon SNS or
a custom CMK.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
SnsEndpointBuilderFactory.SnsEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
SnsEndpointBuilderFactory.SnsEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
SnsEndpointBuilderFactory.SnsEndpointBuilder.messageStructure(String messageStructure)
The message structure to use such as json.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
SnsEndpointBuilderFactory.SnsEndpointBuilder.policy(String policy)
The policy for this queue.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
SnsEndpointBuilderFactory.SnsEndpointBuilder.proxyHost(String proxyHost)
To define a proxy host when instantiating the SNS client.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
SnsEndpointBuilderFactory.SnsEndpointBuilder.proxyPort(Integer proxyPort)
To define a proxy port when instantiating the SNS client.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
SnsEndpointBuilderFactory.SnsEndpointBuilder.proxyPort(String proxyPort)
To define a proxy port when instantiating the SNS client.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
SnsEndpointBuilderFactory.SnsEndpointBuilder.proxyProtocol(SnsEndpointBuilderFactory.Protocol proxyProtocol)
To define a proxy protocol when instantiating the SNS client.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
SnsEndpointBuilderFactory.SnsEndpointBuilder.proxyProtocol(String proxyProtocol)
To define a proxy protocol when instantiating the SNS client.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
SnsEndpointBuilderFactory.SnsEndpointBuilder.queueUrl(String queueUrl)
The queueUrl to subscribe to.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
SnsEndpointBuilderFactory.SnsEndpointBuilder.region(String region)
The region in which SNS client needs to work.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
SnsEndpointBuilderFactory.SnsEndpointBuilder.secretKey(String secretKey)
Amazon AWS Secret Key.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
SnsEndpointBuilderFactory.SnsEndpointBuilder.serverSideEncryptionEnabled(boolean serverSideEncryptionEnabled)
Define if Server Side Encryption is enabled or not on the topic.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
SnsEndpointBuilderFactory.SnsEndpointBuilder.serverSideEncryptionEnabled(String serverSideEncryptionEnabled)
Define if Server Side Encryption is enabled or not on the topic.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
SnsEndpointBuilderFactory.SnsEndpointBuilder.subject(String subject)
The subject which is used if the message header 'CamelAwsSnsSubject'
is not present.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
SnsEndpointBuilderFactory.SnsEndpointBuilder.subscribeSNStoSQS(boolean subscribeSNStoSQS)
Define if the subscription between SNS Topic and SQS must be done or
not.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
SnsEndpointBuilderFactory.SnsEndpointBuilder.subscribeSNStoSQS(String subscribeSNStoSQS)
Define if the subscription between SNS Topic and SQS must be done or
not.
|
Apache Camel