Annotation Type HealthCheck
-
@Target(METHOD) @Retention(RUNTIME) public @interface HealthCheck
Mark a method as retruning theHealthCheckStatus
of a datastore. The only configuration parameter will be anOption
named "datastore" and matching the @DataStore property.