Class RegistryEvent


public class RegistryEvent extends TimeCounterEvent
Registry related events
  • Constructor Details

    • RegistryEvent

      public RegistryEvent(org.apache.dubbo.rpc.model.ApplicationModel applicationModel, TypeWrapper typeWrapper)
  • Method Details

    • toRegisterEvent

      public static RegistryEvent toRegisterEvent(org.apache.dubbo.rpc.model.ApplicationModel applicationModel, List<String> registryClusterNames)
    • toSubscribeEvent

      public static RegistryEvent toSubscribeEvent(org.apache.dubbo.rpc.model.ApplicationModel applicationModel, String registryClusterName)
    • toNotifyEvent

      public static RegistryEvent toNotifyEvent(org.apache.dubbo.rpc.model.ApplicationModel applicationModel)
    • toRsEvent

      public static RegistryEvent toRsEvent(org.apache.dubbo.rpc.model.ApplicationModel applicationModel, String serviceKey, int size, List<String> serviceDiscoveryNames)
    • toSsEvent

      public static RegistryEvent toSsEvent(org.apache.dubbo.rpc.model.ApplicationModel applicationModel, String serviceKey, List<String> serviceDiscoveryNames)
    • refreshDirectoryEvent

      public static RegistryEvent refreshDirectoryEvent(org.apache.dubbo.rpc.model.ApplicationModel applicationModel, Map<MetricsKey,Map<String,Integer>> summaryMap, Map<String,String> attachments)