Interface GrpcClientConfigGroup

All Superinterfaces:
MicrometerConfig.CapabilityEnabled

public interface GrpcClientConfigGroup extends MicrometerConfig.CapabilityEnabled
Build / static runtime config for gRPC Client.
  • Method Summary

    Modifier and Type
    Method
    Description
    gRPC Client metrics support.
  • Method Details

    • enabled

      Optional<Boolean> enabled()
      gRPC Client metrics support.

      Support for gRPC client metrics will be enabled if Micrometer support is enabled, the gRPC client interfaces are 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>