| 程序包 | 说明 |
|---|---|
| io.seata.common.loader |
| 限定符和类型 | 方法和说明 |
|---|---|
static <S> S |
EnhancedServiceLoader.load(Class<S> service)
load service provider
|
static <S> S |
EnhancedServiceLoader.load(Class<S> service,
ClassLoader loader)
Specify classLoader to load the service provider
|
static <S> S |
EnhancedServiceLoader.load(Class<S> service,
String activateName)
load service provider
|
static <S> S |
EnhancedServiceLoader.load(Class<S> service,
String activateName,
Class[] argsType,
Object[] args)
Load s.
|
static <S> S |
EnhancedServiceLoader.load(Class<S> service,
String activateName,
ClassLoader loader)
Specify classLoader to load the service provider
|
static <S> S |
EnhancedServiceLoader.load(Class<S> service,
String activateName,
Object[] args)
Load s.
|
Copyright © 2020 Seata. All rights reserved.