Class MicroProfileHealthProcessor.HealthRegistryEnabled
- java.lang.Object
-
- org.apache.camel.quarkus.component.microprofile.health.deployment.MicroProfileHealthProcessor.HealthRegistryEnabled
-
- All Implemented Interfaces:
BooleanSupplier
- Enclosing class:
- MicroProfileHealthProcessor
static final class MicroProfileHealthProcessor.HealthRegistryEnabled extends Object implements BooleanSupplier
-
-
Constructor Summary
Constructors Constructor Description HealthRegistryEnabled()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetAsBoolean()
-
-
-
Method Detail
-
getAsBoolean
public boolean getAsBoolean()
- Specified by:
getAsBooleanin interfaceBooleanSupplier
-
-