Package io.quarkus.datasource.runtime
Class DataSourcesHealthSupport
- java.lang.Object
-
- io.quarkus.datasource.runtime.DataSourcesHealthSupport
-
public class DataSourcesHealthSupport extends Object
Helper class that holds the names of all configured data sources, along with the names of those that are excluded from health checks. This is used by health check implementation classes.
-
-
Constructor Summary
Constructors Constructor Description DataSourcesHealthSupport(Set<String> configuredNames, Set<String> excludedNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getConfiguredNames()Set<String>getExcludedNames()
-