Uses of Class
org.apache.unomi.healthcheck.HealthCheckResponse
-
Packages that use HealthCheckResponse Package Description org.apache.unomi.healthcheck org.apache.unomi.healthcheck.provider -
-
Uses of HealthCheckResponse in org.apache.unomi.healthcheck
Methods in org.apache.unomi.healthcheck that return HealthCheckResponse Modifier and Type Method Description HealthCheckResponse
HealthCheckResponse.Builder. build()
static HealthCheckResponse
HealthCheckResponse. down(String name)
static HealthCheckResponse
HealthCheckResponse. error(String name)
HealthCheckResponse
HealthCheckProvider. execute()
static HealthCheckResponse
HealthCheckResponse. live(String name)
default HealthCheckResponse
HealthCheckProvider. timeout()
static HealthCheckResponse
HealthCheckResponse. up(String name)
Methods in org.apache.unomi.healthcheck that return types with arguments of type HealthCheckResponse Modifier and Type Method Description List<HealthCheckResponse>
HealthCheckService. check()
-
Uses of HealthCheckResponse in org.apache.unomi.healthcheck.provider
Methods in org.apache.unomi.healthcheck.provider that return HealthCheckResponse Modifier and Type Method Description HealthCheckResponse
ClusterHealthCheckProvider. execute()
HealthCheckResponse
ElasticSearchHealthCheckProvider. execute()
HealthCheckResponse
PersistenceHealthCheckProvider. execute()
HealthCheckResponse
UnomiBundlesHealthCheckProvider. execute()
-