Interface ReactiveDiscoveryHealthIndicator

  • All Known Implementing Classes:
    ReactiveDiscoveryClientHealthIndicator

    public interface ReactiveDiscoveryHealthIndicator
    A health indicator interface specific to a reactive discovery client implementation.
    Author:
    Tim Ysewyn
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getName()
      Provide the name of health indicator.
      reactor.core.publisher.Mono<org.springframework.boot.actuate.health.Health> health()
      Provide the indicator of health.
    • Method Detail

      • getName

        String getName()
        Provide the name of health indicator.
        Returns:
        a String that provides the name of health indicator, usually the name of the implementation.
      • health

        reactor.core.publisher.Mono<org.springframework.boot.actuate.health.Health> health()
        Provide the indicator of health.
        Returns:
        a Mono that provides the Health