类 ServiceMonitorConfig
java.lang.Object
top.codef.config.servicemonitor.ServiceMonitorConfig
@Configuration
@ConditionalOnServiceMonitor
@EnableConfigurationProperties(ServiceMonitorProperties.class)
public class ServiceMonitorConfig
extends Object
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.springframework.scheduling.TaskSchedulerpromethuesMicroServiceScheduler(ServiceMonitorProperties serviceMonitorProperties)
-
构造器详细资料
-
ServiceMonitorConfig
public ServiceMonitorConfig()
-
-
方法详细资料
-
promethuesMicroServiceScheduler
@Bean(name="promethuesMicroServiceScheduler") @ConditionalOnMissingBean(name="promethuesMicroServiceScheduler") @Qualifier public org.springframework.scheduling.TaskScheduler promethuesMicroServiceScheduler(ServiceMonitorProperties serviceMonitorProperties) -
serviceNoticeRepository
-