@Singleton @Requires(beans=HealthEndpoint.class) @Readiness public class ServiceReadyHealthIndicator extends java.lang.Object implements HealthIndicator
A HealthIndicator that signals when the service is ready to
service requests.>
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Constructor and Description |
|---|
ServiceReadyHealthIndicator() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
org.reactivestreams.Publisher<HealthResult> |
getResult() |
public int getOrder()
public org.reactivestreams.Publisher<HealthResult> getResult()
getResult in interface HealthIndicatorHealthResult that provides the
information necessary to build a response.