Class DubboMetricsBinder

java.lang.Object
org.apache.dubbo.spring.boot.actuate.mertics.DubboMetricsBinder
All Implemented Interfaces:
EventListener, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>

public class DubboMetricsBinder extends Object implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>, org.springframework.beans.factory.DisposableBean
  • Constructor Details

    • DubboMetricsBinder

      public DubboMetricsBinder(io.micrometer.core.instrument.MeterRegistry meterRegistry)
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(org.springframework.boot.context.event.ApplicationStartedEvent applicationStartedEvent)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>
    • destroy

      public void destroy()
      Specified by:
      destroy in interface org.springframework.beans.factory.DisposableBean