JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
ru.tinkoff.kora.common.readiness
Interface ReadinessProbe
public interface
ReadinessProbe
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
ReadinessProbeFailure
probe
()
Perform readiness probe
Method Details
probe
@Nullable
ReadinessProbeFailure
probe
() throws
Exception
Perform readiness probe
Returns:
null if probe succeeds or probe failure
Throws:
Exception