接口 MetadataServiceURLBuilder
-
@SPI public interface MetadataServiceURLBuilder
Used to build metadata service url from ServiceInstance.- 从以下版本开始:
- 2.7.5
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 List<URL>build(ServiceInstance serviceInstance)Build theURLsfrom the specifiedServiceInstance
-
-
-
方法详细资料
-
build
List<URL> build(ServiceInstance serviceInstance)
Build theURLsfrom the specifiedServiceInstance- 参数:
serviceInstance-ServiceInstance- 返回:
- TODO, usually, we generate one metadata url from one instance. There's no scenario to return a metadata url list.
-
-