Class MetadataEvent
java.lang.Object
org.apache.dubbo.metrics.event.MetricsEvent
org.apache.dubbo.metrics.event.TimeCounterEvent
org.apache.dubbo.metrics.metadata.event.MetadataEvent
Registry related events
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.dubbo.metrics.event.MetricsEvent
MetricsEvent.Type -
Constructor Summary
ConstructorsConstructorDescriptionMetadataEvent(org.apache.dubbo.rpc.model.ApplicationModel applicationModel, TypeWrapper typeWrapper) -
Method Summary
Modifier and TypeMethodDescriptionstatic MetadataEventtoPushEvent(org.apache.dubbo.rpc.model.ApplicationModel applicationModel) static MetadataEventtoServiceSubscribeEvent(org.apache.dubbo.rpc.model.ApplicationModel applicationModel, String serviceKey) static MetadataEventtoSubscribeEvent(org.apache.dubbo.rpc.model.ApplicationModel applicationModel) Methods inherited from class org.apache.dubbo.metrics.event.TimeCounterEvent
getTimePairMethods inherited from class org.apache.dubbo.metrics.event.MetricsEvent
appName, customAfterPost, getAttachments, getAttachmentValue, getMetricsEventMulticaster, getSource, getTypeWrapper, isAssignableFrom, isAvailable, putAttachment, putAttachments, setAvailable, toString
-
Constructor Details
-
MetadataEvent
public MetadataEvent(org.apache.dubbo.rpc.model.ApplicationModel applicationModel, TypeWrapper typeWrapper)
-
-
Method Details
-
toPushEvent
public static MetadataEvent toPushEvent(org.apache.dubbo.rpc.model.ApplicationModel applicationModel) -
toSubscribeEvent
public static MetadataEvent toSubscribeEvent(org.apache.dubbo.rpc.model.ApplicationModel applicationModel) -
toServiceSubscribeEvent
public static MetadataEvent toServiceSubscribeEvent(org.apache.dubbo.rpc.model.ApplicationModel applicationModel, String serviceKey)
-