Interface LivenessProbe


public interface LivenessProbe
Русский: Проверяет жизнеспособность сервиса
English: Perform liveness probe
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • probe

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