| 程序包 | 说明 |
|---|---|
| io.seata.common.loader | |
| io.seata.core.serializer |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Serializer |
SerializerServiceLoader.load(SerializerType type)
Load the service of
Serializer |
Copyright © 2022 Seata. All rights reserved.