A C D G I M O P R S T

A

ATTRIBUTES - Static variable in interface org.apache.camel.component.aws.sqs.SqsConstants
 

C

createConsumer(Processor) - Method in class org.apache.camel.component.aws.sqs.SqsEndpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.aws.sqs.SqsComponent
 
createExchange(Message) - Method in class org.apache.camel.component.aws.sqs.SqsEndpoint
 
createExchanges(List<Message>) - Method in class org.apache.camel.component.aws.sqs.SqsConsumer
 
createProducer() - Method in class org.apache.camel.component.aws.sqs.SqsEndpoint
 

D

deferShutdown(ShutdownRunningTask) - Method in class org.apache.camel.component.aws.sqs.SqsConsumer
 
doStart() - Method in class org.apache.camel.component.aws.sqs.SqsEndpoint
 
doStop() - Method in class org.apache.camel.component.aws.sqs.SqsEndpoint
 

G

getAccessKey() - Method in class org.apache.camel.component.aws.sqs.SqsConfiguration
 
getAmazonSQSClient() - Method in class org.apache.camel.component.aws.sqs.SqsConfiguration
 
getAttributeNames() - Method in class org.apache.camel.component.aws.sqs.SqsConfiguration
 
getClient() - Method in class org.apache.camel.component.aws.sqs.SqsConsumer
 
getClient() - Method in class org.apache.camel.component.aws.sqs.SqsEndpoint
 
getClient() - Method in class org.apache.camel.component.aws.sqs.SqsProducer
 
getConfiguration() - Method in class org.apache.camel.component.aws.sqs.SqsConsumer
 
getConfiguration() - Method in class org.apache.camel.component.aws.sqs.SqsEndpoint
 
getDefaultVisibilityTimeout() - Method in class org.apache.camel.component.aws.sqs.SqsConfiguration
 
getEndpoint() - Method in class org.apache.camel.component.aws.sqs.SqsConsumer
 
getEndpoint() - Method in class org.apache.camel.component.aws.sqs.SqsProducer
 
getMaxMessagesPerPoll() - Method in class org.apache.camel.component.aws.sqs.SqsConsumer
 
getMaxMessagesPerPoll() - Method in class org.apache.camel.component.aws.sqs.SqsEndpoint
 
getPendingExchangesSize() - Method in class org.apache.camel.component.aws.sqs.SqsConsumer
 
getQueueName() - Method in class org.apache.camel.component.aws.sqs.SqsConfiguration
 
getQueueUrl() - Method in class org.apache.camel.component.aws.sqs.SqsConsumer
 
getQueueUrl() - Method in class org.apache.camel.component.aws.sqs.SqsEndpoint
 
getQueueUrl() - Method in class org.apache.camel.component.aws.sqs.SqsProducer
 
getSecretKey() - Method in class org.apache.camel.component.aws.sqs.SqsConfiguration
 
getVisibilityTimeout() - Method in class org.apache.camel.component.aws.sqs.SqsConfiguration
 

I

isBatchAllowed() - Method in class org.apache.camel.component.aws.sqs.SqsConsumer
 
isDeleteAfterRead() - Method in class org.apache.camel.component.aws.sqs.SqsConfiguration
 
isSingleton() - Method in class org.apache.camel.component.aws.sqs.SqsEndpoint
 

M

MD5_OF_BODY - Static variable in interface org.apache.camel.component.aws.sqs.SqsConstants
 
MESSAGE_ID - Static variable in interface org.apache.camel.component.aws.sqs.SqsConstants
 

O

org.apache.camel.component.aws.sqs - package org.apache.camel.component.aws.sqs
 

P

poll() - Method in class org.apache.camel.component.aws.sqs.SqsConsumer
 
prepareShutdown() - Method in class org.apache.camel.component.aws.sqs.SqsConsumer
 
process(Exchange) - Method in class org.apache.camel.component.aws.sqs.SqsProducer
 
processBatch(Queue<Object>) - Method in class org.apache.camel.component.aws.sqs.SqsConsumer
 
processCommit(Exchange) - Method in class org.apache.camel.component.aws.sqs.SqsConsumer
Strategy to delete the message after being processed.
processRollback(Exchange) - Method in class org.apache.camel.component.aws.sqs.SqsConsumer
Strategy when processing the exchange failed.

R

RECEIPT_HANDLE - Static variable in interface org.apache.camel.component.aws.sqs.SqsConstants
 

S

setAccessKey(String) - Method in class org.apache.camel.component.aws.sqs.SqsConfiguration
 
setAmazonSQSClient(AmazonSQSClient) - Method in class org.apache.camel.component.aws.sqs.SqsConfiguration
 
setAttributeNames(Collection<String>) - Method in class org.apache.camel.component.aws.sqs.SqsConfiguration
 
setClient(AmazonSQSClient) - Method in class org.apache.camel.component.aws.sqs.SqsEndpoint
 
setConfiguration(SqsConfiguration) - Method in class org.apache.camel.component.aws.sqs.SqsEndpoint
 
setDefaultVisibilityTimeout(Integer) - Method in class org.apache.camel.component.aws.sqs.SqsConfiguration
 
setDeleteAfterRead(Boolean) - Method in class org.apache.camel.component.aws.sqs.SqsConfiguration
 
setMaxMessagesPerPoll(int) - Method in class org.apache.camel.component.aws.sqs.SqsConsumer
 
setMaxMessagesPerPoll(int) - Method in class org.apache.camel.component.aws.sqs.SqsEndpoint
 
setQueueName(String) - Method in class org.apache.camel.component.aws.sqs.SqsConfiguration
 
setSecretKey(String) - Method in class org.apache.camel.component.aws.sqs.SqsConfiguration
 
setVisibilityTimeout(Integer) - Method in class org.apache.camel.component.aws.sqs.SqsConfiguration
 
SqsComponent - Class in org.apache.camel.component.aws.sqs
Defines the AWS Component
SqsComponent() - Constructor for class org.apache.camel.component.aws.sqs.SqsComponent
 
SqsComponent(CamelContext) - Constructor for class org.apache.camel.component.aws.sqs.SqsComponent
 
SqsConfiguration - Class in org.apache.camel.component.aws.sqs
The AWS SQS component configuration properties
SqsConfiguration() - Constructor for class org.apache.camel.component.aws.sqs.SqsConfiguration
 
SqsConstants - Interface in org.apache.camel.component.aws.sqs
Constants used in Camel AWS SQS module
SqsConsumer - Class in org.apache.camel.component.aws.sqs
A Consumer of messages from the Amazon Web Service Simple Queue Service AWS SQS
SqsConsumer(SqsEndpoint, Processor) - Constructor for class org.apache.camel.component.aws.sqs.SqsConsumer
 
SqsEndpoint - Class in org.apache.camel.component.aws.sqs
Defines the AWS SQS Endpoint.
SqsEndpoint(String, SqsComponent, SqsConfiguration) - Constructor for class org.apache.camel.component.aws.sqs.SqsEndpoint
 
SqsProducer - Class in org.apache.camel.component.aws.sqs
A Producer which sends messages to the Amazon Web Service Simple Queue Service AWS SQS
SqsProducer(SqsEndpoint) - Constructor for class org.apache.camel.component.aws.sqs.SqsProducer
 

T

toString() - Method in class org.apache.camel.component.aws.sqs.SqsConfiguration
 

A C D G I M O P R S T

Apache CAMEL