@Configuration @Import(value=JediExecutorRegistrar.class) @ConditionalOnProperty(value="monitor.enable", havingValue="true") public class JediExecutorAutoConfig extends Object
| 构造器和说明 |
|---|
JediExecutorAutoConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
Executor |
defaultExecutor(JediConfig jediConfig,
AbstractNotificationService notificationService) |
PropertySourcesProcessor |
propertySourcesProcessor() |
@Bean(name="defaultExecutor") public Executor defaultExecutor(JediConfig jediConfig, AbstractNotificationService notificationService) throws IllegalAccessException, InstantiationException, ClassNotFoundException
@Bean public PropertySourcesProcessor propertySourcesProcessor()
Copyright © 2021 hellothomas. All rights reserved.