| Package | Description |
|---|---|
| org.apache.dubbo.registry.client |
* The inspiration of service registration and discovery comes from
Spring Cloud Commons.
|
| org.apache.dubbo.registry.integration |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceDiscoveryRegistryProtocol
TODO, replace RegistryProtocol completely in the future.
|
| Modifier and Type | Method and Description |
|---|---|
static RegistryProtocol |
RegistryProtocol.getRegistryProtocol() |
| Modifier and Type | Method and Description |
|---|---|
void |
RegistryProtocolListener.onExport(RegistryProtocol registryProtocol,
org.apache.dubbo.rpc.Exporter<?> exporter)
Notify RegistryProtocol's listeners when a service is registered
|
void |
RegistryProtocolListener.onRefer(RegistryProtocol registryProtocol,
org.apache.dubbo.rpc.Invoker<?> invoker)
Notify RegistryProtocol's listeners when a service is subscribed
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.