Class JobRunrAutoConfiguration.JobRunrHealthIndicatorAutoConfiguration

  • Enclosing class:
    JobRunrAutoConfiguration

    @Configuration
    @ConditionalOnClass(org.springframework.boot.actuate.health.HealthIndicator.class)
    @ConditionalOnEnabledHealthIndicator("jobrunr")
    public static class JobRunrAutoConfiguration.JobRunrHealthIndicatorAutoConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.boot.actuate.health.HealthIndicator healthIndicator​(JobRunrProperties properties, org.springframework.beans.factory.ObjectProvider<org.jobrunr.server.BackgroundJobServer> backgroundJobServerProvider)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JobRunrHealthIndicatorAutoConfiguration

        public JobRunrHealthIndicatorAutoConfiguration()
    • Method Detail

      • healthIndicator

        @Bean
        public org.springframework.boot.actuate.health.HealthIndicator healthIndicator​(JobRunrProperties properties,
                                                                                       org.springframework.beans.factory.ObjectProvider<org.jobrunr.server.BackgroundJobServer> backgroundJobServerProvider)