Class MicroProfileHealthProcessor.HealthEnabled
java.lang.Object
org.apache.camel.quarkus.component.microprofile.health.deployment.MicroProfileHealthProcessor.HealthEnabled
- All Implemented Interfaces:
BooleanSupplier
- Enclosing class:
- MicroProfileHealthProcessor
static final class MicroProfileHealthProcessor.HealthEnabled
extends Object
implements BooleanSupplier
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) org.apache.camel.quarkus.component.microprofile.health.runtime.CamelMicroProfileHealthConfig(package private) io.quarkus.smallrye.health.deployment.HealthBuildTimeConfig -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
camelHealthConfig
org.apache.camel.quarkus.component.microprofile.health.runtime.CamelMicroProfileHealthConfig camelHealthConfig -
quarkusHealthConfig
io.quarkus.smallrye.health.deployment.HealthBuildTimeConfig quarkusHealthConfig
-
-
Constructor Details
-
HealthEnabled
HealthEnabled()
-
-
Method Details
-
getAsBoolean
public boolean getAsBoolean()- Specified by:
getAsBooleanin interfaceBooleanSupplier
-