Class DropwizardServerStartupCheck
java.lang.Object
io.appform.dropwizard.discovery.bundle.monitors.DropwizardServerStartupCheck
- All Implemented Interfaces:
com.flipkart.ranger.healthcheck.Healthcheck
public class DropwizardServerStartupCheck extends Object implements com.flipkart.ranger.healthcheck.Healthcheck
This healthcheck listens to server started event to mark service healthy on ranger.
-
Constructor Summary
Constructors Constructor Description DropwizardServerStartupCheck(io.dropwizard.setup.Environment environment, DropwizardServerStatus serverStatus) -
Method Summary
Modifier and Type Method Description com.flipkart.ranger.healthcheck.HealthcheckStatuscheck()
-
Constructor Details
-
DropwizardServerStartupCheck
public DropwizardServerStartupCheck(io.dropwizard.setup.Environment environment, DropwizardServerStatus serverStatus)
-
-
Method Details
-
check
public com.flipkart.ranger.healthcheck.HealthcheckStatus check()- Specified by:
checkin interfacecom.flipkart.ranger.healthcheck.Healthcheck
-