Package com.strongdm.api
Class HealthChecks
java.lang.Object
com.strongdm.api.HealthChecks
HealthChecks lists the last healthcheck between each node and resource.
Note the unconventional capitalization here is to prevent having a collision with GRPC
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList gets a list of Healthchecks matching a given set of criteria.withDeadlineAfter
(long duration, TimeUnit units) This function returns a copy of the HealthChecks service which has the given deadline set for all method calls.
-
Constructor Details
-
HealthChecks
-
-
Method Details
-
withDeadlineAfter
This function returns a copy of the HealthChecks service which has the given deadline set for all method calls. -
list
List gets a list of Healthchecks matching a given set of criteria.- Throws:
RpcException
-