Class HealthApi
java.lang.Object
dev.restate.admin.api.HealthApi
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondownloadFileFromResponse(HttpResponse<InputStream> response, InputStream responseBody) Deprecated.Download file from the given response.protected ApiExceptiongetApiException(String operationId, HttpResponse<InputStream> response) Deprecated.voidhealth()Deprecated.Health check Check REST API Health.voidDeprecated.Health check Check REST API Health.Deprecated.Health check Check REST API Health.healthWithHttpInfo(Map<String, String> headers) Deprecated.Health check Check REST API Health.
-
Constructor Details
-
HealthApi
public HealthApi()Deprecated. -
HealthApi
Deprecated.
-
-
Method Details
-
getApiException
protected ApiException getApiException(String operationId, HttpResponse<InputStream> response) throws IOException Deprecated.- Throws:
IOException
-
downloadFileFromResponse
public File downloadFileFromResponse(HttpResponse<InputStream> response, InputStream responseBody) throws ApiException Deprecated.Download file from the given response.- Parameters:
response- Response- Returns:
- File
- Throws:
ApiException- If fail to read file content from response and write to disk
-
health
-
health
Deprecated.Health check Check REST API Health.- Parameters:
headers- Optional headers to include in the request- Throws:
ApiException- if fails to make API call
-
healthWithHttpInfo
Deprecated.Health check Check REST API Health.- Returns:
- ApiResponse<Void>
- Throws:
ApiException- if fails to make API call
-
healthWithHttpInfo
Deprecated.Health check Check REST API Health.- Parameters:
headers- Optional headers to include in the request- Returns:
- ApiResponse<Void>
- Throws:
ApiException- if fails to make API call
-