AddPermissionDefinitionParser | |
AddPermissionMessageProcessor | AddPermissionMessageProcessor invokes the addPermission(java.lang.String, java.util.List, java.util.List, java.lang.String) method in SQSConnector . |
BatchResultErrorEntry | This is used in the responses of batch API to give a detailed description of the result of an action on each entry in the request. |
DefaultSplashScreenAgent | Agent implementation to add splash screen information for DevKit extensions at application startup |
DeleteMessageBatchDefinitionParser | |
DeleteMessageBatchMessageProcessor | DeleteMessageBatchMessageProcessor invokes the deleteMessageBatch(java.util.List, java.lang.String) method in SQSConnector . |
DeleteMessageBatchRequestEntry | Encloses a receipt handle and an identifier for it. |
DeleteMessageBatchResult | For each message in the batch, the response contains a DeleteMessageBatchResultEntry tag if the message is deleted or a BatchResultErrorEntry tag if the message cannot be deleted. |
DeleteMessageBatchResultEntry | Encloses the id an entry in DeleteMessageBatch. |
DeleteMessageDefinitionParser | |
DeleteMessageMessageProcessor | DeleteMessageMessageProcessor invokes the deleteMessage(java.lang.String, java.lang.String) method in SQSConnector . |
DeleteQueueDefinitionParser | |
DeleteQueueMessageProcessor | DeleteQueueMessageProcessor invokes the deleteQueue(java.lang.String) method in SQSConnector . |
DevkitGenericKeyedObjectPool |
GetApproximateNumberOfMessagesDefinitionParser | |
GetApproximateNumberOfMessagesMessageProcessor | GetApproximateNumberOfMessagesMessageProcessor invokes the getApproximateNumberOfMessages(java.lang.String) method in SQSConnector . |
GetQueueAttributesDefinitionParser | |
GetQueueAttributesMessageProcessor | GetQueueAttributesMessageProcessor invokes the getQueueAttributes(java.util.List, java.lang.String) method in SQSConnector . |
GetQueueAttributesResult | A list of returned queue attributes. |
GetQueueUrlDefinitionParser | |
GetQueueUrlMessageProcessor | GetQueueUrlMessageProcessor invokes the getQueueUrl(java.lang.String, java.lang.String) method in SQSConnector . |
GetQueueUrlResult |
ListDeadLetterSourceQueuesDefinitionParser | |
ListDeadLetterSourceQueuesMessageProcessor | ListDeadLetterSourceQueuesMessageProcessor invokes the listDeadLetterSourceQueues(java.lang.String) method in SQSConnector . |
ListDeadLetterSourceQueuesResult | A list of your dead letter source queues. |
ListQueuesDefinitionParser | |
ListQueuesMessageProcessor | ListQueuesMessageProcessor invokes the listQueues(java.lang.String) method in SQSConnector . |
ListQueuesResult | A list of your queues. |
MessageAttributeValue |
PoolManager | |
PurgeQueueDefinitionParser | |
PurgeQueueMessageProcessor | PurgeQueueMessageProcessor invokes the purgeQueue(java.lang.String) method in SQSConnector . |
ReceiveMessagesDefinitionParser | |
ReceiveMessagesMessageSource | ReceiveMessagesMessageSource wraps receiveMessages(org.mule.api.callback.SourceCallback, java.lang.Integer, java.lang.Boolean, java.lang.Integer, java.lang.String) method in SQSConnector as a message source capable of generating Mule events. |
RegionEndpoint | Enum for including Region endpoints |
RegionEndpointEnumTransformer | |
RemovePermissionDefinitionParser | |
RemovePermissionMessageProcessor | RemovePermissionMessageProcessor invokes the removePermission(java.lang.String, java.lang.String) method in SQSConnector . |
SendMessageBatchDefinitionParser | |
SendMessageBatchMessageProcessor | SendMessageBatchMessageProcessor invokes the sendMessageBatch(java.util.List, java.lang.String) method in SQSConnector . |
SendMessageBatchRequestEntry |
Contains the details of a single Amazon SQS message along with a |
SendMessageBatchResult | For each message in the batch, the response contains a SendMessageBatchResultEntry tag if the message succeeds or a BatchResultErrorEntry tag if the message fails. |
SendMessageBatchResultEntry | Encloses a message ID for successfully enqueued message of a SendMessageBatch. |
SendMessageCategory | |
SendMessageDefinitionParser | |
SendMessageMessageProcessor | SendMessageMessageProcessor invokes the sendMessage(java.lang.String, java.lang.Integer, java.util.Map, java.lang.String) method in SQSConnector . |
SendMessageResult | The MD5OfMessageBody and MessageId elements. |
SetQueueAttributesDefinitionParser | |
SetQueueAttributesMessageProcessor | SetQueueAttributesMessageProcessor invokes the setQueueAttributes(java.util.Map, java.lang.String) method in SQSConnector . |
SplashScreenAgent | Marks DevKit org.mule.api.agent.Agent implementations to take care of logging information at Mule app level mainly for troubleshooting purposes. |
SQSConnector | Amazon Simple Queue Service (Amazon SQS) is a distributed queue messaging service introduced by Amazon.com in April of 2006. |
SQSConnectorCapabilitiesAdapter | A SQSConnectorCapabilitiesAdapter is a wrapper around SQSConnector that implements org.mule.api.Capabilities interface. |
SQSConnectorConfigConfigDefinitionParser | |
SQSConnectorConfigConnectionManagementConnectionManager | A SQSConnectorConfigConnectionManagementConnectionManager is a wrapper around SQSConnector that adds connection management capabilities to the pojo. |
SQSConnectorConnectionManagementAdapter | A SQSConnectorConnectionManagementAdapter is a wrapper around SQSConnector that implements org.mule.devkit.dynamic.api.helper.Connection interface. |
SQSConnectorException | Exception thrown by the connector when we cannot resolve it to SQSConnectorException
|
SQSConnectorLifecycleInjectionAdapter | A SQSConnectorLifecycleInjectionAdapter is a wrapper around SQSConnector that adds lifecycle methods to the pojo. |
SQSConnectorMetadataAdapter | A SQSConnectorMetadataAdapter is a wrapper around SQSConnector that adds support for querying metadata about the extension. |
SQSConnectorProcessAdapter | A SQSConnectorProcessAdapter is a wrapper around SQSConnector that enables custom processing strategies. |
SQSModelFactory | |
SqsNamespaceHandler | Registers bean definitions parsers for handling elements in http://www.mulesoft.org/schema/mule/sqs . |