类 ServiceDiscoveryDestroyingEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.apache.dubbo.event.Event
-
- org.apache.dubbo.registry.client.event.ServiceDiscoveryEvent
-
- org.apache.dubbo.registry.client.event.ServiceDiscoveryDestroyingEvent
-
- 所有已实现的接口:
Serializable
public class ServiceDiscoveryDestroyingEvent extends ServiceDiscoveryEvent
An event raised when theService Discoveryis destroying.- 从以下版本开始:
- 2.7.5
- 另请参阅:
ServiceDiscovery.destroy(), 序列化表格
-
-
构造器概要
构造器 构造器 说明 ServiceDiscoveryDestroyingEvent(ServiceDiscovery source, ServiceDiscovery original)
-
方法概要
-
从类继承的方法 org.apache.dubbo.registry.client.event.ServiceDiscoveryEvent
getOriginal, getServiceDiscovery, getSource
-
从类继承的方法 org.apache.dubbo.event.Event
getTimestamp
-
从类继承的方法 java.util.EventObject
toString
-
-
-
-
构造器详细资料
-
ServiceDiscoveryDestroyingEvent
public ServiceDiscoveryDestroyingEvent(ServiceDiscovery source, ServiceDiscovery original)
-
-