Interface ReactiveMessagingConfigGroup

All Superinterfaces:
MicrometerConfig.CapabilityEnabled

public interface ReactiveMessagingConfigGroup extends MicrometerConfig.CapabilityEnabled
Build / static runtime config for Reactive Messaging Binders
  • Method Summary

    Modifier and Type
    Method
    Description
    Kafka metrics support.
  • Method Details

    • enabled

      Optional<Boolean> enabled()
      Kafka metrics support.

      Support for Reactive Messaging metrics will be enabled if Micrometer support is enabled, MessageObservationCollector interface 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>