Package org.apache.dubbo.metrics.event
Class MetricsEvent
java.lang.Object
org.apache.dubbo.metrics.event.MetricsEvent
- Direct Known Subclasses:
TimeCounterEvent
BaseMetricsEvent.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionMetricsEvent(ApplicationModel source, String appName, MetricsEventMulticaster metricsEventMulticaster, TypeWrapper typeWrapper) MetricsEvent(ApplicationModel source, TypeWrapper typeWrapper) -
Method Summary
Modifier and TypeMethodDescriptionappName()voidcustomAfterPost(Object postResult) <T> TgetAttachmentValue(String key) booleanisAssignableFrom(Object type) booleanvoidputAttachment(String key, Object value) voidputAttachments(Map<String, String> attachments) voidsetAvailable(boolean available) toString()
-
Constructor Details
-
MetricsEvent
-
MetricsEvent
public MetricsEvent(ApplicationModel source, String appName, MetricsEventMulticaster metricsEventMulticaster, TypeWrapper typeWrapper)
-
-
Method Details