public class RetryConnectionFactory extends Object implements ConnectionFactory
ConnectionFactory that is configured to retry connection
creation in case of errors using a RetryPolicyTemplate| Constructor and Description |
|---|
RetryConnectionFactory(RetryPolicyTemplate retryPolicyTemplate,
ConnectionFactory delegate) |
public RetryConnectionFactory(RetryPolicyTemplate retryPolicyTemplate, ConnectionFactory delegate)
public Connection create(DataSource dataSource)
ConnectionFactoryDataSourcecreate in interface ConnectionFactorydataSource - dataSource connecting toConnectionCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.