Class NettyBinderProcessor.NettySupportEnabled
java.lang.Object
io.quarkus.micrometer.deployment.binder.NettyBinderProcessor.NettySupportEnabled
- All Implemented Interfaces:
BooleanSupplier
- Enclosing class:
NettyBinderProcessor
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) io.quarkus.micrometer.runtime.config.MicrometerConfig -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
mConfig
io.quarkus.micrometer.runtime.config.MicrometerConfig mConfig
-
-
Constructor Details
-
NettySupportEnabled
NettySupportEnabled()
-
-
Method Details
-
getMicrometerConfig
io.quarkus.micrometer.runtime.config.MicrometerConfig getMicrometerConfig() -
getCheckClass
Class<?> getCheckClass() -
metricsClass
Class<?> metricsClass() -
getAsBoolean
public boolean getAsBoolean()- Specified by:
getAsBooleanin interfaceBooleanSupplier
-