public class JmxConfig extends Object implements MicrometerConfig.CapabilityEnabled
@ConfigItem public Optional<Boolean> enabled
Support for JMX will be enabled if micrometer
support is enabled, the JmxMeterRegistry is on the classpath
and either this value is true, or this value is unset and
quarkus.micrometer.registry-enabled-default is true.
public Optional<Boolean> getEnabled()
getEnabled in interface MicrometerConfig.CapabilityEnabledCopyright © 2020 JBoss by Red Hat. All rights reserved.