Uses of Class
sh.ory.hydra.model.HealthStatus
-
Packages that use HealthStatus Package Description sh.ory.hydra.api sh.ory.hydra.model -
-
Uses of HealthStatus in sh.ory.hydra.api
Methods in sh.ory.hydra.api that return HealthStatus Modifier and Type Method Description HealthStatusAdminApi. isInstanceAlive()Check Alive Status This endpoint returns a 200 status code when the HTTP server is up running.HealthStatusPublicApi. isInstanceReady()Check Readiness Status This endpoint returns a 200 status code when the HTTP server is up running and the environment dependencies (e.g.Methods in sh.ory.hydra.api that return types with arguments of type HealthStatus Modifier and Type Method Description ApiResponse<HealthStatus>AdminApi. isInstanceAliveWithHttpInfo()Check Alive Status This endpoint returns a 200 status code when the HTTP server is up running.ApiResponse<HealthStatus>PublicApi. isInstanceReadyWithHttpInfo()Check Readiness Status This endpoint returns a 200 status code when the HTTP server is up running and the environment dependencies (e.g.Method parameters in sh.ory.hydra.api with type arguments of type HealthStatus Modifier and Type Method Description okhttp3.CallAdminApi. isInstanceAliveAsync(ApiCallback<HealthStatus> _callback)Check Alive Status (asynchronously) This endpoint returns a 200 status code when the HTTP server is up running.okhttp3.CallPublicApi. isInstanceReadyAsync(ApiCallback<HealthStatus> _callback)Check Readiness Status (asynchronously) This endpoint returns a 200 status code when the HTTP server is up running and the environment dependencies (e.g. -
Uses of HealthStatus in sh.ory.hydra.model
Methods in sh.ory.hydra.model that return HealthStatus Modifier and Type Method Description HealthStatusHealthStatus. status(String status)
-