类 NoticeAutoConfiguration
java.lang.Object
top.codef.config.notice.NoticeAutoConfiguration
@Configuration
@EnableConfigurationProperties(PrometheusNoticeProperties.class)
@Conditional(PrometheusEnabledCondition.class)
public class NoticeAutoConfiguration
extends Object
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明noticeComponentFactory(List<NoticeSendComponentCustomer> customers, NoticeSendComponentRegister noticeSendComponentRegister)
-
构造器详细资料
-
NoticeAutoConfiguration
public NoticeAutoConfiguration()
-
-
方法详细资料
-
noticeComponentFactory
@Bean @ConditionalOnMissingBean public NoticeComponentFactory noticeComponentFactory(List<NoticeSendComponentCustomer> customers, NoticeSendComponentRegister noticeSendComponentRegister)
-