Package io.quarkus.datasource.runtime
Class DataSourceSupport
java.lang.Object
io.quarkus.datasource.runtime.DataSourceSupport
Helper class that holds the names of all configured data sources,
along with the names of those that are inactive or excluded from health checks.
This is used by any feature that needs runtime access to data sources, e.g. Flyway/Liquibase or health check implementation classes.
-
Constructor Summary
ConstructorsConstructorDescriptionDataSourceSupport(Set<String> healthCheckExcludedNames, Set<String> inactiveNames) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
DataSourceSupport
-
-
Method Details
-
getInactiveNames
-
getInactiveOrHealthCheckExcludedNames
-