A B C D E G H I M N P R S U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AdvancedSQSImplementation - Class in com.adaptris.aws.sqs.jms
-
JMS VendorImplementation for Amazon SQS.
- AdvancedSQSImplementation() - Constructor for class com.adaptris.aws.sqs.jms.AdvancedSQSImplementation
- AmazonSQSConnection - Class in com.adaptris.aws.sqs
-
AdaptrisConnection implementation for Amazon SQS.
- AmazonSQSConnection() - Constructor for class com.adaptris.aws.sqs.AmazonSQSConnection
- AmazonSQSConsumer - Class in com.adaptris.aws.sqs
-
Amazon Web Services SQS implementation of
AdaptrisMessageConsumer
. - AmazonSQSConsumer() - Constructor for class com.adaptris.aws.sqs.AmazonSQSConsumer
- AmazonSQSConsumerMonitor - Class in com.adaptris.aws.sqs
- AmazonSQSConsumerMonitor(WorkflowManager, AmazonSQSConsumer) - Constructor for class com.adaptris.aws.sqs.AmazonSQSConsumerMonitor
- AmazonSQSConsumerMonitorMBean - Interface in com.adaptris.aws.sqs
- AmazonSQSImplementation - Class in com.adaptris.aws.sqs.jms
-
JMS VendorImplementation for Amazon SQS.
- AmazonSQSImplementation() - Constructor for class com.adaptris.aws.sqs.jms.AmazonSQSImplementation
- AmazonSQSProducer - Class in com.adaptris.aws.sqs
-
AdaptrisMessageProducer
implementation that sends messages to an Amazon Web Services (AWS) SQS queue. - AmazonSQSProducer() - Constructor for class com.adaptris.aws.sqs.AmazonSQSProducer
- AmazonSQSProducer.SendMessageAsyncCallback - Interface in com.adaptris.aws.sqs
B
- BufferedSQSClientFactory - Class in com.adaptris.aws.sqs
-
Buffered SQS Client Factory.
- BufferedSQSClientFactory() - Constructor for class com.adaptris.aws.sqs.BufferedSQSClientFactory
- build() - Method in class com.adaptris.aws.sqs.jms.AmazonSQSImplementation
- buildClientConfiguration() - Method in class com.adaptris.aws.sqs.jms.AmazonSQSImplementation
C
- clientConfiguration() - Method in class com.adaptris.aws.sqs.jms.AdvancedSQSImplementation
- clientConfiguration() - Method in class com.adaptris.aws.sqs.jms.AmazonSQSImplementation
- close() - Method in class com.adaptris.aws.sqs.AmazonSQSProducer
- closeConnection() - Method in class com.adaptris.aws.sqs.AmazonSQSConnection
- com.adaptris.aws.sqs - package com.adaptris.aws.sqs
-
Adaptris Interlok interface with Amazon SQS.
- com.adaptris.aws.sqs.jms - package com.adaptris.aws.sqs.jms
- connectionEquals(VendorImplementationBase) - Method in class com.adaptris.aws.sqs.jms.AmazonSQSImplementation
- createClient(AWSCredentialsProvider, ClientConfiguration, EndpointBuilder) - Method in class com.adaptris.aws.sqs.BufferedSQSClientFactory
- createClient(AWSCredentialsProvider, ClientConfiguration, EndpointBuilder) - Method in interface com.adaptris.aws.sqs.SQSClientFactory
-
Create a new Amazon SQS client.
- createClient(AWSCredentialsProvider, ClientConfiguration, EndpointBuilder) - Method in class com.adaptris.aws.sqs.UnbufferedSQSClientFactory
- createConnectionFactory() - Method in class com.adaptris.aws.sqs.jms.AmazonSQSImplementation
- credentialsProvider() - Method in class com.adaptris.aws.sqs.jms.AmazonSQSImplementation
D
- doProduce(AdaptrisMessage, String) - Method in class com.adaptris.aws.sqs.AmazonSQSProducer
E
- endpoint(AdaptrisMessage) - Method in class com.adaptris.aws.sqs.AmazonSQSProducer
- endpointBuilder() - Method in class com.adaptris.aws.sqs.jms.AdvancedSQSImplementation
- endpointBuilder() - Method in class com.adaptris.aws.sqs.jms.AmazonSQSImplementation
G
- getAlwaysDelete() - Method in class com.adaptris.aws.sqs.AmazonSQSConsumer
-
Whether or not to always delete the message from the queue.
- getClientConfigurationProperties() - Method in class com.adaptris.aws.sqs.jms.AdvancedSQSImplementation
-
Any other properties you wish to set on the client.
- getCredentials() - Method in class com.adaptris.aws.sqs.jms.AmazonSQSImplementation
-
How to provide Credentials for AWS.
- getCustomEndpoint() - Method in class com.adaptris.aws.sqs.jms.AdvancedSQSImplementation
-
Set a custom endpoint for this connection.
- getDelaySeconds() - Method in class com.adaptris.aws.sqs.AmazonSQSProducer
-
Delay seconds for every message
- getLongPoll() - Method in class com.adaptris.aws.sqs.BufferedSQSClientFactory
-
Specify "true" for receive requests to use long polling.
- getLongPollWaitTimeoutSeconds() - Method in class com.adaptris.aws.sqs.BufferedSQSClientFactory
-
Specifies the amount of time, in seconds, the receive call will block on the server waiting for messages to arrive if the queue is empty when the receive call is first made.
- getMaxBatchOpenMs() - Method in class com.adaptris.aws.sqs.BufferedSQSClientFactory
-
The maximum time (milliseconds) a send batch is held open for additional outbound requests.
- getMaxBatchSize() - Method in class com.adaptris.aws.sqs.BufferedSQSClientFactory
-
Specifies the maximum number of entries the bufferinc client will put in a single batch request.
- getMaxBatchSizeBytes() - Method in class com.adaptris.aws.sqs.BufferedSQSClientFactory
-
Maximum permitted size of a SendMessage or SendMessageBatch message, in bytes.
- getMaxDoneReceiveBatches() - Method in class com.adaptris.aws.sqs.BufferedSQSClientFactory
-
If more than that number of completed receive batches are waiting in the buffer, the querying for new messages will stop.
- getMaxInflightOutboundBatches() - Method in class com.adaptris.aws.sqs.BufferedSQSClientFactory
-
The maximum number of concurrent batches for each type of outbound request.
- getMaxInflightReceiveBatches() - Method in class com.adaptris.aws.sqs.BufferedSQSClientFactory
-
The maximum number of concurrent receive message batches.
- getOwnerAwsAccountId() - Method in class com.adaptris.aws.sqs.AmazonSQSConsumer
-
The AWS account ID of the account that created the queue.
- getOwnerAwsAccountId() - Method in class com.adaptris.aws.sqs.AmazonSQSProducer
-
The AWS account ID of the account that created the queue.
- getPrefetchCount() - Method in class com.adaptris.aws.sqs.AmazonSQSConsumer
-
The maximum number of messages to retrieve from the Amazon SQS queue per request.
- getPrefetchCount() - Method in class com.adaptris.aws.sqs.jms.AmazonSQSImplementation
-
The maximum number of messages to retrieve from the Amazon SQS queue per request.
- getQueue() - Method in class com.adaptris.aws.sqs.AmazonSQSConsumer
-
The SQS Queue name
- getQueue() - Method in class com.adaptris.aws.sqs.AmazonSQSProducer
-
The SQS Queue name
- getRegion() - Method in class com.adaptris.aws.sqs.jms.AmazonSQSImplementation
-
Set the region for the client.
- getRetryPolicy() - Method in class com.adaptris.aws.sqs.jms.AdvancedSQSImplementation
-
The retry policy if required.
- getSendAttributes() - Method in class com.adaptris.aws.sqs.AmazonSQSProducer
-
Specify a list of a metadata keys that should be attached to a message.
- getSqsClientFactory() - Method in class com.adaptris.aws.sqs.AmazonSQSConnection
-
How to create the SQS client and set parameters.
- getSqsClientFactory() - Method in class com.adaptris.aws.sqs.jms.AmazonSQSImplementation
-
How to create the SQS client and set parameters.
- getVisibilityTimeoutSeconds() - Method in class com.adaptris.aws.sqs.BufferedSQSClientFactory
-
Custom visibility timeout to use when retrieving messages from SQS.
H
- handleResult(Future<SendMessageResult>) - Method in interface com.adaptris.aws.sqs.AmazonSQSProducer.SendMessageAsyncCallback
I
- init() - Method in class com.adaptris.aws.sqs.AmazonSQSProducer
- initConnection() - Method in class com.adaptris.aws.sqs.AmazonSQSConnection
M
- messagesRemaining() - Method in class com.adaptris.aws.sqs.AmazonSQSConsumerMonitor
N
- newProviderConfiguration() - Method in class com.adaptris.aws.sqs.jms.AmazonSQSImplementation
- newThreadName() - Method in class com.adaptris.aws.sqs.AmazonSQSConsumer
P
- prefetchCount() - Method in class com.adaptris.aws.sqs.jms.AmazonSQSImplementation
- prepare() - Method in class com.adaptris.aws.sqs.AmazonSQSProducer
- prepareConnection() - Method in class com.adaptris.aws.sqs.AmazonSQSConnection
- prepareConsumer() - Method in class com.adaptris.aws.sqs.AmazonSQSConsumer
- processMessages() - Method in class com.adaptris.aws.sqs.AmazonSQSConsumer
-
Read messages from the Amazon SQS queue and send on to Adapter processing.
R
- retryPolicy() - Method in class com.adaptris.aws.sqs.jms.AdvancedSQSImplementation
- retryPolicy() - Method in class com.adaptris.aws.sqs.jms.AmazonSQSImplementation
S
- setAlwaysDelete(Boolean) - Method in class com.adaptris.aws.sqs.AmazonSQSConsumer
-
Whether or not to always delete the message from the queue.
- setClientConfigurationProperties(KeyValuePairSet) - Method in class com.adaptris.aws.sqs.jms.AdvancedSQSImplementation
-
Any other properties you wish to set on the client.
- setCredentials(AWSCredentialsProviderBuilder) - Method in class com.adaptris.aws.sqs.jms.AmazonSQSImplementation
-
How to provide Credentials for AWS.
- setCustomEndpoint(CustomEndpoint) - Method in class com.adaptris.aws.sqs.jms.AdvancedSQSImplementation
-
Set a custom endpoint for this connection.
- setDelaySeconds(Integer) - Method in class com.adaptris.aws.sqs.AmazonSQSProducer
-
Delay seconds for every message
- setLongPoll(boolean) - Method in class com.adaptris.aws.sqs.BufferedSQSClientFactory
-
Specify "true" for receive requests to use long polling.
- setLongPollWaitTimeoutSeconds(int) - Method in class com.adaptris.aws.sqs.BufferedSQSClientFactory
-
Specifies the amount of time, in seconds, the receive call will block on the server waiting for messages to arrive if the queue is empty when the receive call is first made.
- setMaxBatchOpenMs(long) - Method in class com.adaptris.aws.sqs.BufferedSQSClientFactory
-
The maximum time (milliseconds) a send batch is held open for additional outbound requests.
- setMaxBatchSize(int) - Method in class com.adaptris.aws.sqs.BufferedSQSClientFactory
-
Specifies the maximum number of entries the bufferinc client will put in a single batch request.
- setMaxBatchSizeBytes(long) - Method in class com.adaptris.aws.sqs.BufferedSQSClientFactory
-
Maximum permitted size of a SendMessage or SendMessageBatch message, in bytes.
- setMaxDoneReceiveBatches(int) - Method in class com.adaptris.aws.sqs.BufferedSQSClientFactory
-
If more than that number of completed receive batches are waiting in the buffer, the querying for new messages will stop.
- setMaxInflightOutboundBatches(int) - Method in class com.adaptris.aws.sqs.BufferedSQSClientFactory
-
The maximum number of concurrent batches for each type of outbound request.
- setMaxInflightReceiveBatches(int) - Method in class com.adaptris.aws.sqs.BufferedSQSClientFactory
-
The maximum number of concurrent receive message batches.
- setOwnerAwsAccountId(String) - Method in class com.adaptris.aws.sqs.AmazonSQSConsumer
-
The AWS account ID of the account that created the queue.
- setOwnerAwsAccountId(String) - Method in class com.adaptris.aws.sqs.AmazonSQSProducer
-
The AWS account ID of the account that created the queue.
- setPrefetchCount(Integer) - Method in class com.adaptris.aws.sqs.AmazonSQSConsumer
-
The maximum number of messages to retrieve from the Amazon SQS queue per request.
- setPrefetchCount(Integer) - Method in class com.adaptris.aws.sqs.jms.AmazonSQSImplementation
-
The maximum number of messages to retrieve from the Amazon SQS queue per request.
- setQueue(String) - Method in class com.adaptris.aws.sqs.AmazonSQSConsumer
-
The SQS Queue name
- setQueue(String) - Method in class com.adaptris.aws.sqs.AmazonSQSProducer
-
The SQS Queue name
- setRegion(String) - Method in class com.adaptris.aws.sqs.jms.AmazonSQSImplementation
-
Set the region for the client.
- setRetryPolicy(RetryPolicyFactory) - Method in class com.adaptris.aws.sqs.jms.AdvancedSQSImplementation
-
The retry policy if required.
- setSendAttributes(List<String>) - Method in class com.adaptris.aws.sqs.AmazonSQSProducer
-
Specify a list of a metadata keys that should be attached to a message.
- setSqsClientFactory(SQSClientFactory) - Method in class com.adaptris.aws.sqs.AmazonSQSConnection
-
How to create the SQS client and set parameters.
- setSqsClientFactory(SQSClientFactory) - Method in class com.adaptris.aws.sqs.jms.AmazonSQSImplementation
-
How to create the SQS client and set parameters.
- setVisibilityTimeoutSeconds(int) - Method in class com.adaptris.aws.sqs.BufferedSQSClientFactory
-
Custom visibility timeout to use when retrieving messages from SQS.
- SQSClientFactory - Interface in com.adaptris.aws.sqs
- start() - Method in class com.adaptris.aws.sqs.AmazonSQSConsumer
- start() - Method in class com.adaptris.aws.sqs.AmazonSQSProducer
- startConnection() - Method in class com.adaptris.aws.sqs.AmazonSQSConnection
- stop() - Method in class com.adaptris.aws.sqs.AmazonSQSConsumer
- stop() - Method in class com.adaptris.aws.sqs.AmazonSQSProducer
- stopConnection() - Method in class com.adaptris.aws.sqs.AmazonSQSConnection
U
- UnbufferedSQSClientFactory - Class in com.adaptris.aws.sqs
-
Unbuffered SQS Client Factory.
- UnbufferedSQSClientFactory() - Constructor for class com.adaptris.aws.sqs.UnbufferedSQSClientFactory
W
- withClientFactory(SQSClientFactory) - Method in class com.adaptris.aws.sqs.jms.AmazonSQSImplementation
- withCredentialsProviderBuilder(AWSCredentialsProviderBuilder) - Method in class com.adaptris.aws.sqs.jms.AmazonSQSImplementation
- withCustomEndpoint(CustomEndpoint) - Method in class com.adaptris.aws.sqs.jms.AdvancedSQSImplementation
- withMessageAsyncCallback(AmazonSQSProducer.SendMessageAsyncCallback) - Method in class com.adaptris.aws.sqs.AmazonSQSProducer
- withQueue(String) - Method in class com.adaptris.aws.sqs.AmazonSQSConsumer
- withQueue(String) - Method in class com.adaptris.aws.sqs.AmazonSQSProducer
All Classes All Packages