public class CompositeDataSourceDecorator extends Object implements org.mule.runtime.api.tx.DataSourceDecorator
DataSourceDecorator instances| Constructor and Description |
|---|
CompositeDataSourceDecorator(Collection<org.mule.runtime.api.tx.DataSourceDecorator> decorators) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
appliesTo(DataSource dataSource) |
DataSource |
decorate(DataSource dataSource,
String dataSourceName,
org.mule.runtime.api.config.DatabasePoolingProfile dbPoolingProfile) |
public CompositeDataSourceDecorator(Collection<org.mule.runtime.api.tx.DataSourceDecorator> decorators)
public DataSource decorate(DataSource dataSource, String dataSourceName, org.mule.runtime.api.config.DatabasePoolingProfile dbPoolingProfile)
decorate in interface org.mule.runtime.api.tx.DataSourceDecoratorpublic boolean appliesTo(DataSource dataSource)
appliesTo in interface org.mule.runtime.api.tx.DataSourceDecoratorCopyright © 2025. All rights reserved.