@Spi(scope=SINGLETON) public interface ConfigHandler
| 限定符和类型 | 方法和说明 |
|---|---|
<T> ClusterSupport<T> |
buildClusterSupport(Class<T> interfaceClass,
List<URL> registryUrls) |
<T> Exporter<T> |
export(Class<T> interfaceClass,
T ref,
List<URL> registryUrls) |
<T> T |
refer(Class<T> interfaceClass,
List<Cluster<T>> cluster,
String proxyType) |
<T> void |
unexport(List<Exporter<T>> exporters,
Collection<URL> registryUrls) |
<T> ClusterSupport<T> buildClusterSupport(Class<T> interfaceClass, List<URL> registryUrls)
<T> void unexport(List<Exporter<T>> exporters, Collection<URL> registryUrls)
Copyright © 2016. All rights reserved.