类 ExtensionServiceLoader
java.lang.Object
org.dromara.dynamictp.common.util.ExtensionServiceLoader
Unified ServiceLoader Helper
- 从以下版本开始:
- 1.1.4
- 作者:
- xs.Tao
-
方法概要
-
方法详细资料
-
get
load service- 类型参数:
T- interface class- 参数:
clazz- SPI interface- 返回:
- services
-
getFirst
load the first service- 类型参数:
T- interface class- 参数:
clazz- SPI interface- 返回:
- service
-