Interface HttpClientConfigGroup

All Superinterfaces:
MicrometerConfig.CapabilityEnabled

public interface HttpClientConfigGroup extends MicrometerConfig.CapabilityEnabled
Build / static runtime config for outbound HTTP requests
  • Method Summary

    Modifier and Type
    Method
    Description
    Outbound HTTP request metrics support.
  • Method Details

    • enabled

      Optional<Boolean> enabled()
      Outbound HTTP request metrics support.

      Support for HTTP client metrics will be enabled if Micrometer support is enabled, the REST client feature is enabled, 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>