public class ServiceEvent
extends org.springframework.context.ApplicationEvent
Generally used to subscribe to nacos service changes to publish and update the local client list
source| 构造器和说明 |
|---|
ServiceEvent(Object source,
ServiceEventType serviceEventType) |
ServiceEvent(Object source,
ServiceEventType serviceEventType,
List<ClientInformation> clients) |
public ServiceEvent(Object source, ServiceEventType serviceEventType)
public ServiceEvent(Object source, ServiceEventType serviceEventType, List<ClientInformation> clients)
Copyright © 2020. All rights reserved.