Class OperatorHealthCheck
java.lang.Object
io.quarkiverse.operatorsdk.runtime.OperatorHealthCheck
- All Implemented Interfaces:
org.eclipse.microprofile.health.HealthCheck
@Readiness
@ApplicationScoped
public class OperatorHealthCheck
extends Object
implements org.eclipse.microprofile.health.HealthCheck
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
HEALTH_CHECK_NAME
- See Also:
-
OK
- See Also:
-
-
Constructor Details
-
OperatorHealthCheck
public OperatorHealthCheck()
-
-
Method Details
-
call
public org.eclipse.microprofile.health.HealthCheckResponse call()- Specified by:
callin interfaceorg.eclipse.microprofile.health.HealthCheck
-