Package dev.restate.admin.api
Class HealthApi
java.lang.Object
dev.restate.admin.api.HealthApi
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ApiException
getApiException
(String operationId, HttpResponse<InputStream> response) void
health()
Health check Check REST API Health.Health check Check REST API Health.
-
Constructor Details
-
HealthApi
public HealthApi() -
HealthApi
-
-
Method Details
-
getApiException
protected ApiException getApiException(String operationId, HttpResponse<InputStream> response) throws IOException - Throws:
IOException
-
health
Health check Check REST API Health.- Throws:
ApiException
- if fails to make API call
-
healthWithHttpInfo
Health check Check REST API Health.- Returns:
- ApiResponse<Void>
- Throws:
ApiException
- if fails to make API call
-