| java.lang.Object | |
| ↳ | org.mule.modules.amazon.connectivity.SQSConnectorConnectionManager |
A SQSConnectorConnectionManager is a wrapper around SQSConnector that adds connection management capabilities to the pojo.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | DEVKIT_BUILD | ||||||||||
| String | DEVKIT_VERSION | ||||||||||
| String | MODULE_NAME | ||||||||||
| String | MODULE_VERSION | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accessKey | |||||||||||
| connectionPool | Connector Pool | ||||||||||
| connectionPoolingProfile | |||||||||||
| flowConstruct | Flow Construct | ||||||||||
| muleContext | Mule Context | ||||||||||
| queueName | |||||||||||
| retryPolicyTemplate | |||||||||||
| secretAccessKey | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves accessKey
| |||||||||||
Retrieves connectionPoolingProfile
| |||||||||||
Retrieves flowConstruct
| |||||||||||
Retrieves muleContext
| |||||||||||
Retrieves queueName
| |||||||||||
Retrieves retryPolicyTemplate
| |||||||||||
Retrieves secretAccessKey
| |||||||||||
Returns true if this module implements such capability
| |||||||||||
Sets accessKey
| |||||||||||
Sets connectionPoolingProfile
| |||||||||||
Sets flowConstruct
| |||||||||||
Sets muleContext
| |||||||||||
Sets queueName
| |||||||||||
Sets retryPolicyTemplate
| |||||||||||
Sets secretAccessKey
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.mule.api.Capabilities
| |||||||||||
From interface
org.mule.api.ConnectionManager
| |||||||||||
From interface
org.mule.api.MetadataAware
| |||||||||||
From interface
org.mule.api.context.MuleContextAware
| |||||||||||
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
From interface
org.mule.api.process.ProcessAdapter
| |||||||||||
Connector Pool
Flow Construct
Mule Context
| key |
|---|
| Exception |
|---|
| key | |
|---|---|
| connection |
| Exception |
|---|
Retrieves accessKey
Retrieves connectionPoolingProfile
Retrieves flowConstruct
Retrieves muleContext
Retrieves queueName
Retrieves retryPolicyTemplate
Retrieves secretAccessKey
Returns true if this module implements such capability
| capability |
|---|
| key | |
|---|---|
| connection |
| Exception |
|---|
Sets accessKey
| value | Value to set |
|---|
Sets connectionPoolingProfile
| value | Value to set |
|---|
Sets flowConstruct
| value | Value to set |
|---|
Sets muleContext
| value | Value to set |
|---|
Sets queueName
| value | Value to set |
|---|
Sets retryPolicyTemplate
| value | Value to set |
|---|
Sets secretAccessKey
| value | Value to set |
|---|