public interface ConfigurableDbConfigFactory extends DbConfigFactory
DbConfigFactory| Modifier and Type | Method and Description |
|---|---|
void |
setCustomDataTypes(List<DbType> customDataTypes)
Sets the list of custom types available for the created
DbConfig |
void |
setRetryPolicyTemplate(RetryPolicyTemplate retryPolicyTemplate)
Sets the retry policy template for the created
DbConfig |
createvoid setCustomDataTypes(List<DbType> customDataTypes)
DbConfigcustomDataTypes - list of custom types. Non nullvoid setRetryPolicyTemplate(RetryPolicyTemplate retryPolicyTemplate)
DbConfigretryPolicyTemplate - retry policety template. Can be null.Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.