| Package | Description |
|---|---|
| org.apache.dubbo.registry.client |
* The inspiration of service registration and discovery comes from
Spring Cloud Commons.
|
| org.apache.dubbo.registry.client.event.listener |
| Modifier and Type | Method and Description |
|---|---|
default void |
ServiceDiscovery.dispatchServiceInstancesChangedEvent(ServiceInstancesChangedEvent event)
Dispatch the
ServiceInstancesChangedEvent |
void |
FileSystemServiceDiscovery.onEvent(ServiceInstancesChangedEvent event) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServiceInstancesChangedListener.accept(ServiceInstancesChangedEvent event) |
void |
LoggingEventListener.onEvent(ServiceInstancesChangedEvent event) |
abstract void |
ServiceInstancesChangedListener.onEvent(ServiceInstancesChangedEvent event)
|
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.