public class MetricEventPublisher extends Object implements org.springframework.context.ApplicationEventPublisherAware
| Constructor and Description |
|---|
MetricEventPublisher() |
| Modifier and Type | Method and Description |
|---|---|
void |
publishMetricEvent(MetricType metricType,
AtomicInteger atomicTimeoutGauge) |
void |
publishMetricEvent(MetricType metricType,
String... tags) |
void |
publishMetricEvent(String signature,
MetricType metricType,
String... tags) |
void |
setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher) |
public void publishMetricEvent(String signature, MetricType metricType, String... tags)
public void publishMetricEvent(MetricType metricType, String... tags)
public void publishMetricEvent(MetricType metricType, AtomicInteger atomicTimeoutGauge)
public void setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
setApplicationEventPublisher in interface org.springframework.context.ApplicationEventPublisherAwareCopyright © 2019 codecentric AG. All rights reserved.