public class ThreadPoolAdapterRegister extends Object implements org.springframework.boot.ApplicationRunner, ThreadPoolAdapterRegisterAction
| 构造器和说明 |
|---|
ThreadPoolAdapterRegister() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
doRegister(List<ThreadPoolAdapterCacheConfig> cacheConfigList) |
List<ThreadPoolAdapterCacheConfig> |
getThreadPoolAdapterCacheConfigs(Map<String,ThreadPoolAdapter> threadPoolAdapterMap) |
void |
register() |
void |
run(org.springframework.boot.ApplicationArguments args) |
public void run(org.springframework.boot.ApplicationArguments args)
throws Exception
run 在接口中 org.springframework.boot.ApplicationRunnerExceptionpublic List<ThreadPoolAdapterCacheConfig> getThreadPoolAdapterCacheConfigs(Map<String,ThreadPoolAdapter> threadPoolAdapterMap)
public void doRegister(List<ThreadPoolAdapterCacheConfig> cacheConfigList)
doRegister 在接口中 ThreadPoolAdapterRegisterActionpublic void register()
Copyright © 2022. All rights reserved.