接口 DataSourceActiveDetector

所有已知实现类:
Dhcp2DataSourceActiveDetector, DruidDataSourceActiveDetector, HikariDataSourceActiveDetector

public interface DataSourceActiveDetector
Description Detect if the datasource contains active connections
从以下版本开始:
2023/10/18
作者:
alvinkwok
  • 方法详细资料

    • containsActiveConnection

      boolean containsActiveConnection(DataSource dataSource)
    • support

      boolean support(DataSource dataSource)