Class ReactiveCommonsHealthConfig

java.lang.Object
org.reactivecommons.async.starter.config.health.ReactiveCommonsHealthConfig

@Configuration @ConditionalOnClass(org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator.class) public class ReactiveCommonsHealthConfig extends Object
  • Constructor Details

    • ReactiveCommonsHealthConfig

      public ReactiveCommonsHealthConfig()
  • Method Details

    • reactiveCommonsHealthIndicator

      @Bean @ConditionalOnProperty(prefix="management.health.reactive-commons", name="enabled", havingValue="true", matchIfMissing=true) public ReactiveCommonsHealthIndicator reactiveCommonsHealthIndicator(ConnectionManager manager)