Class RedisBinderProcessor.RedisMetricsSupportEnabled
- java.lang.Object
-
- io.quarkus.micrometer.deployment.binder.RedisBinderProcessor.RedisMetricsSupportEnabled
-
- All Implemented Interfaces:
BooleanSupplier
- Enclosing class:
- RedisBinderProcessor
static class RedisBinderProcessor.RedisMetricsSupportEnabled extends Object implements BooleanSupplier
-
-
Field Summary
Fields Modifier and Type Field Description (package private) MicrometerConfigmConfig
-
Constructor Summary
Constructors Constructor Description RedisMetricsSupportEnabled()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetAsBoolean()
-
-
-
Field Detail
-
mConfig
MicrometerConfig mConfig
-
-
Method Detail
-
getAsBoolean
public boolean getAsBoolean()
- Specified by:
getAsBooleanin interfaceBooleanSupplier
-
-