Interface ServiceHealth


  • public interface ServiceHealth
    • Method Detail

      • getMetadata

        default Map<String,​String> getMetadata()
        Gets a key/value metadata associated with the service.
      • isHealthy

        default boolean isHealthy()
        States if the service is healthy or not
      • getEndpoint

        default Optional<URI> getEndpoint()
        The health enpoint exposed by the service.