Uses of Enum Class
org.apache.camel.health.HealthCheck.Kind
Packages that use HealthCheck.Kind
Package
Description
Health check API for readiness and liveness monitoring of the CamelContext, routes, and components.
-
Uses of HealthCheck.Kind in org.apache.camel.health
Subclasses with type arguments of type HealthCheck.Kind in org.apache.camel.healthMethods in org.apache.camel.health that return HealthCheck.KindModifier and TypeMethodDescriptionstatic HealthCheck.KindReturns the enum constant of this class with the specified name.static HealthCheck.Kind[]HealthCheck.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.