Skip navigation links
A C D E G H I L R S U 

A

AbstractHealthRegistry - Class in io.smallrye.health.registry
 
AbstractHealthRegistry() - Constructor for class io.smallrye.health.registry.AbstractHealthRegistry
 
addHealthCheck(HealthCheck) - Method in class io.smallrye.health.SmallRyeHealthReporter
 
addHealthCheck(AsyncHealthCheck) - Method in class io.smallrye.health.SmallRyeHealthReporter
 
AsyncHealthCheckFactory - Class in io.smallrye.health
 
AsyncHealthCheckFactory() - Constructor for class io.smallrye.health.AsyncHealthCheckFactory
 

C

callAsync(AsyncHealthCheck) - Method in class io.smallrye.health.AsyncHealthCheckFactory
 
callSync(HealthCheck) - Method in class io.smallrye.health.AsyncHealthCheckFactory
 
checksChanged() - Method in class io.smallrye.health.registry.AbstractHealthRegistry
 
createResponseBuilder() - Method in class io.smallrye.health.ResponseProvider
 

D

down(String) - Static method in class io.smallrye.health.HealthStatus
Creates a health check with status down.

E

equals(Object) - Method in class io.smallrye.health.SmallRyeHealth
 

G

getChecks() - Method in class io.smallrye.health.registry.AbstractHealthRegistry
 
getHealth() - Method in class io.smallrye.health.SmallRyeHealthReporter
 
getHealthAsync() - Method in class io.smallrye.health.SmallRyeHealthReporter
 
getHealthGroup(String) - Method in class io.smallrye.health.SmallRyeHealthReporter
 
getHealthGroupAsync(String) - Method in class io.smallrye.health.SmallRyeHealthReporter
 
getHealthGroups() - Method in class io.smallrye.health.SmallRyeHealthReporter
 
getHealthGroupsAsync() - Method in class io.smallrye.health.SmallRyeHealthReporter
 
getLiveness() - Method in class io.smallrye.health.SmallRyeHealthReporter
 
getLivenessAsync() - Method in class io.smallrye.health.SmallRyeHealthReporter
 
getLoggingLocale() - Method in class io.smallrye.health.HealthLogging_$logger
 
getLoggingLocale() - Method in class io.smallrye.health.HealthMessages_$bundle
 
getPayload() - Method in class io.smallrye.health.SmallRyeHealth
 
getReadiness() - Method in class io.smallrye.health.SmallRyeHealthReporter
 
getReadinessAsync() - Method in class io.smallrye.health.SmallRyeHealthReporter
 
getStartness() - Method in class io.smallrye.health.SmallRyeHealthReporter
 
getStartnessAsync() - Method in class io.smallrye.health.SmallRyeHealthReporter
 
getWellness() - Method in class io.smallrye.health.SmallRyeHealthReporter
 
getWellnessAsync() - Method in class io.smallrye.health.SmallRyeHealthReporter
 

H

hashCode() - Method in class io.smallrye.health.SmallRyeHealth
 
healthCheckError(Throwable) - Method in class io.smallrye.health.HealthLogging_$logger
 
healthCheckError$str() - Method in class io.smallrye.health.HealthLogging_$logger
 
healthCheckNull() - Method in class io.smallrye.health.HealthMessages_$bundle
 
healthCheckNull$str() - Method in class io.smallrye.health.HealthMessages_$bundle
 
healthDownStatus(String) - Method in class io.smallrye.health.HealthLogging_$logger
 
healthDownStatus$str() - Method in class io.smallrye.health.HealthLogging_$logger
 
HealthLogging_$logger - Class in io.smallrye.health
Warning this class consists of generated code.
HealthLogging_$logger(Logger) - Constructor for class io.smallrye.health.HealthLogging_$logger
 
HealthMessages_$bundle - Class in io.smallrye.health
Warning this class consists of generated code.
HealthMessages_$bundle() - Constructor for class io.smallrye.health.HealthMessages_$bundle
 
HealthStatus - Class in io.smallrye.health
 
HealthStatus() - Constructor for class io.smallrye.health.HealthStatus
 

I

initChecks() - Method in class io.smallrye.health.SmallRyeHealthReporter
 
INSTANCE - Static variable in class io.smallrye.health.HealthMessages_$bundle
 
invalidHealthCheckName() - Method in class io.smallrye.health.HealthMessages_$bundle
 
invalidHealthCheckName$str() - Method in class io.smallrye.health.HealthMessages_$bundle
 
io.smallrye.health - package io.smallrye.health
 
io.smallrye.health.registry - package io.smallrye.health.registry
 
isDown() - Method in class io.smallrye.health.SmallRyeHealth
 

L

LivenessHealthRegistry - Class in io.smallrye.health.registry
 
LivenessHealthRegistry() - Constructor for class io.smallrye.health.registry.LivenessHealthRegistry
 

R

ReadinessHealthRegistry - Class in io.smallrye.health.registry
 
ReadinessHealthRegistry() - Constructor for class io.smallrye.health.registry.ReadinessHealthRegistry
 
readResolve() - Method in class io.smallrye.health.HealthMessages_$bundle
 
register(String, HealthCheck) - Method in class io.smallrye.health.registry.AbstractHealthRegistry
 
register(String, AsyncHealthCheck) - Method in class io.smallrye.health.registry.AbstractHealthRegistry
 
remove(String) - Method in class io.smallrye.health.registry.AbstractHealthRegistry
 
removeHealthCheck(HealthCheck) - Method in class io.smallrye.health.SmallRyeHealthReporter
 
removeHealthCheck(AsyncHealthCheck) - Method in class io.smallrye.health.SmallRyeHealthReporter
 
reportHealth(OutputStream, SmallRyeHealth) - Method in class io.smallrye.health.SmallRyeHealthReporter
 
ResponseProvider - Class in io.smallrye.health
 
ResponseProvider() - Constructor for class io.smallrye.health.ResponseProvider
 

S

setAsyncHealthCheckFactory(AsyncHealthCheckFactory) - Method in class io.smallrye.health.registry.AbstractHealthRegistry
 
setUncheckedExceptionDataStyle(String) - Method in class io.smallrye.health.AsyncHealthCheckFactory
 
SmallRyeHealth - Class in io.smallrye.health
 
SmallRyeHealth(JsonObject) - Constructor for class io.smallrye.health.SmallRyeHealth
 
SmallRyeHealthReporter - Class in io.smallrye.health
 
SmallRyeHealthReporter() - Constructor for class io.smallrye.health.SmallRyeHealthReporter
 
status(BooleanSupplier) - Static method in class io.smallrye.health.HealthStatus
Creates a health check with status set from supplier and default health check name (health-check).
status(boolean) - Static method in class io.smallrye.health.HealthStatus
Creates a health check with given status and default health check name (health-check).
status(String, BooleanSupplier) - Static method in class io.smallrye.health.HealthStatus
Creates a health check with given status and health check name.
status(String, boolean) - Static method in class io.smallrye.health.HealthStatus
Creates a health check with given status and health check name.

U

up(String) - Static method in class io.smallrye.health.HealthStatus
Creates a health check with status up.
A C D E G H I L R S U 
Skip navigation links

Copyright © 2018–2021. All rights reserved.