类 NacosServiceLoader
java.lang.Object
com.alibaba.nacos.common.spi.NacosServiceLoader
Nacos SPI Service Loader.
- 作者:
- xiweng.yy
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static <T> Collection<T>Load service.static <T> Collection<T>newServiceInstances(Class<T> service)New service instances.
-
构造器详细资料
-
NacosServiceLoader
public NacosServiceLoader()
-
-
方法详细资料
-
load
Load service.Load service by SPI and cache the classes for reducing cost when load second time.
- 类型参数:
T- type of service- 参数:
service- service class- 返回:
- service instances
-
newServiceInstances
New service instances.- 类型参数:
T- type of service- 参数:
service- service class- 返回:
- service instances
-