Interface GrpcServerConfigGroup

All Superinterfaces:
MicrometerConfig.CapabilityEnabled

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

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

    • enabled

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

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