JavaScript is disabled on your browser.
Nested Class Summary
Nested Classes
static final class
static class
static class
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
final void
Executes the readiness check.
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Details
ReadinessProbeAction
public ReadinessProbeAction (jakarta.servlet.http.HttpServletResponse rsp)
Method Details
run
public final void run ()
Executes the readiness check.
Performs a simple database query and sets the HTTP response status to OK (200) upon
successful completion. Throws a runtime exception if the database query fails.
Specified by:
run
in interface Runnable