com.alibaba.dubbo.registry
Interface Registry

All Superinterfaces:
Node, RegistryService
All Known Implementing Classes:
AbstractRegistry, DubboRegistry, FailbackRegistry, MulticastRegistry, RedisRegistry, ZookeeperRegistry

public interface Registry
extends Node, RegistryService

Registry. (SPI, Prototype, ThreadSafe)

Author:
william.liangf
See Also:
RegistryFactory.getRegistry(URL), AbstractRegistry

Method Summary
 
Methods inherited from interface com.alibaba.dubbo.common.Node
destroy, getUrl, isAvailable
 
Methods inherited from interface com.alibaba.dubbo.registry.RegistryService
lookup, register, subscribe, unregister, unsubscribe
 



Copyright © 2012–2017 Alibaba. All rights reserved.