public interface ServiceLoader
Modifier and Type | Method and Description |
---|---|
void |
loadService(ServiceRegistry serviceRegistry,
ClassLoader classLoader)
输入服务到注册表中
|
void |
removeService(ServiceRegistry serviceRegistry,
ClassLoader classLoader) |
void |
setConfigPath(String path) |
void loadService(ServiceRegistry serviceRegistry, ClassLoader classLoader) throws ServiceLoadException
serviceRegistry
- ServiceLoadException
void setConfigPath(String path)
void removeService(ServiceRegistry serviceRegistry, ClassLoader classLoader)
Copyright © 2006–2018 TinyGroup. All rights reserved.