Uses of Enum Class
org.apache.camel.health.HealthCheck.State
Packages that use HealthCheck.State
-
Uses of HealthCheck.State in org.apache.camel.health
Methods in org.apache.camel.health that return HealthCheck.StateModifier and TypeMethodDescriptionHealthCheckRegistry.getInitialState()The initial state of health-checks.HealthCheck.Result.getState()The state of the service.HealthCheckResultBuilder.state()static HealthCheck.StateReturns the enum constant of this class with the specified name.static HealthCheck.State[]HealthCheck.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.health with parameters of type HealthCheck.StateModifier and TypeMethodDescriptionvoidHealthCheckRegistry.setInitialState(HealthCheck.State initialState) The initial state of health-checks (readiness).HealthCheckResultBuilder.state(HealthCheck.State state)