クラス TomcatMetricsBinder
java.lang.ObjectSE
org.springframework.boot.tomcat.metrics.TomcatMetricsBinder
- 実装済みのインターフェース一覧:
EventListenerSE, DisposableBean, ApplicationListener<ApplicationStartedEvent>
public class TomcatMetricsBinder
extends ObjectSE
implements ApplicationListener<ApplicationStartedEvent>, DisposableBean
ApplicationStartedEvent にレスポンスして TomcatMetrics をバインドします。- 導入:
- 4.0.0
- 作成者:
- Andy Wilkinson
コンストラクター概要
コンストラクターコンストラクター説明TomcatMetricsBinder(io.micrometer.core.instrument.MeterRegistry meterRegistry) TomcatMetricsBinder(io.micrometer.core.instrument.MeterRegistry meterRegistry, IterableSE<io.micrometer.core.instrument.Tag> tags) 方法の概要
クラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース ApplicationListener から継承されたメソッド
supportsAsyncExecution
コンストラクターの詳細
TomcatMetricsBinder
public TomcatMetricsBinder(io.micrometer.core.instrument.MeterRegistry meterRegistry) TomcatMetricsBinder
public TomcatMetricsBinder(io.micrometer.core.instrument.MeterRegistry meterRegistry, IterableSE<io.micrometer.core.instrument.Tag> tags)
方法の詳細
onApplicationEvent
- 次で指定:
- インターフェース
ApplicationListener<ApplicationStartedEvent>内のonApplicationEvent
destroy
public void destroy()- 次で指定:
- インターフェース
DisposableBean内のdestroy