Interface TinyHealth.HealthCheck

  • Enclosing class:
    TinyHealth
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface TinyHealth.HealthCheck
    Interface for checking the healthiness of a service.
    • Method Detail

      • healthCheck

        TinyHealth.Result healthCheck()
        Returns:
        The healthiness result of the service.