Class 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 Detail

      • DataSourcesHealthSupport

        public DataSourcesHealthSupport​(Set<String> configuredNames,
                                        Set<String> excludedNames)
    • Method Detail

      • getConfiguredNames

        public Set<String> getConfiguredNames()
      • getExcludedNames

        public Set<String> getExcludedNames()