Uses of Class
com.github.cafapi.common.api.HealthResult
Packages that use HealthResult
Package
Description
-
Uses of HealthResult in com.github.cafapi.common.api
Fields in com.github.cafapi.common.api declared as HealthResultMethods in com.github.cafapi.common.api that return HealthResultModifier and TypeMethodDescriptionHealthReporter.healthCheck()
default HealthResult
HealthReporter.livenessCheck()
-
Uses of HealthResult in com.github.cafapi.common.config.sources.file
Methods in com.github.cafapi.common.config.sources.file that return HealthResult -
Uses of HealthResult in com.github.workerframework.core
Methods in com.github.workerframework.core that return HealthResultModifier and TypeMethodDescriptionTransientHealthCheck.healthCheck()
This method checks if any entry in the Transient Exception Registry is newer than the time now, minus the elapsed time interval. -
Uses of HealthResult in com.github.workerframework.datastores.fs
Methods in com.github.workerframework.datastores.fs that return HealthResultModifier and TypeMethodDescriptionFileSystemDataStoreHealthcheck.call()
FileSystemDataStore.healthCheck()
-
Uses of HealthResult in com.github.workerframework.datastores.http
Methods in com.github.workerframework.datastores.http that return HealthResult -
Uses of HealthResult in com.github.workerframework.datastores.mem
Methods in com.github.workerframework.datastores.mem that return HealthResultModifier and TypeMethodDescriptionInMemoryDataStore.healthCheck()
Always return a RESULT_HEALTHY health check as the data store is in memory. -
Uses of HealthResult in com.github.workerframework.datastores.s3
Methods in com.github.workerframework.datastores.s3 that return HealthResult -
Uses of HealthResult in com.github.workerframework.queues.rabbit
Methods in com.github.workerframework.queues.rabbit that return HealthResultModifier and TypeMethodDescriptionRabbitWorkerQueue.healthCheck()
RabbitWorkerQueue.livenessCheck()