Interface VertxConfigGroup

All Superinterfaces:
MicrometerConfig.CapabilityEnabled

public interface VertxConfigGroup extends MicrometerConfig.CapabilityEnabled
Build / static runtime config for the Vert.x Binder
  • Method Summary

    Modifier and Type
    Method
    Description
    Vert.x metrics support.
  • Method Details

    • enabled

      Optional<Boolean> enabled()
      Vert.x metrics support.

      Support for Vert.x metrics will be enabled if Micrometer support is enabled, Vert.x MetricsOptions is on the classpath and either this value is true, or this value is unset and quarkus.micrometer.binder-enabled-default is true.

      Specified by:
      enabled in interface MicrometerConfig.CapabilityEnabled
      Returns:
      Optional<Boolean>