public static class DiscoveryEvents.InstanceChangedEvent extends DiscoveryEvents
DiscoveryEvents.InstanceChangedEvent, DiscoveryEvents.PullInstanceEvent| Constructor and Description |
|---|
InstanceChangedEvent(String appName,
String serviceName,
List<MicroserviceInstance> instances) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppName() |
List<MicroserviceInstance> |
getInstances() |
String |
getServiceName() |
public InstanceChangedEvent(String appName, String serviceName, List<MicroserviceInstance> instances)
public String getAppName()
public String getServiceName()
public List<MicroserviceInstance> getInstances()
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.