Package io.micronaut.jdbc
Interface DataSourceResolver
public interface DataSourceResolver
Resolves the underlying target data source.
- Since:
- 1.0
- Author:
- graemerocher
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault DataSource
resolve
(DataSource dataSource) Resolves the underlying target data source in the case it has been wrapped by proxying / instrumentation logic.
-
Field Details
-
DEFAULT
The default implementation.
-
-
Method Details
-
resolve
Resolves the underlying target data source in the case it has been wrapped by proxying / instrumentation logic.- Parameters:
dataSource
- The data source- Returns:
- The unwrapped datasource
-