Interface ReadinessProbe


public interface ReadinessProbe
Русский: Проверяет готовность сервиса к работе
English: Perform readiness probe
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • probe

      @Nullable ReadinessProbeFailure probe() throws Exception
      Returns:
      Русский: null в случае успеха пробы или ответ с сообщением об ошибке
      English: null if probe succeeds or probe failure
      Throws:
      Exception