public class RetryConnectionFactory extends AbstractConnectionFactory
ConnectionFactory that is configured to retry connection
creation in case of errors using a RetryPolicyTemplate| Constructor and Description |
|---|
RetryConnectionFactory(RetryPolicyTemplate retryPolicyTemplate,
ConnectionFactory delegate) |
| Modifier and Type | Method and Description |
|---|---|
protected Connection |
doCreateConnection(DataSource dataSource) |
createpublic RetryConnectionFactory(RetryPolicyTemplate retryPolicyTemplate, ConnectionFactory delegate)
protected Connection doCreateConnection(DataSource dataSource)
doCreateConnection in class AbstractConnectionFactoryCopyright © 2003–2023 MuleSoft, Inc.. All rights reserved.