Class HealthCheckTableStatisticsProvider

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​HealthCheckTableStatisticsContent> apply​(org.jooq.Select<? extends org.jooq.Record> records)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • HealthCheckTableStatisticsProvider

        @Autowired
        public HealthCheckTableStatisticsProvider​(org.jooq.DSLContext dslContext)
    • Method Detail