类 EmailNoticeSendAutoConfig
java.lang.Object
top.codef.config.notice.EmailNoticeSendAutoConfig
- 所有已实现的接口:
org.springframework.core.Ordered,NoticeSendComponentCustomer
@Configuration
@ConditionalOnBean({org.springframework.mail.MailSender.class,org.springframework.boot.autoconfigure.mail.MailProperties.class})
@AutoConfigureAfter(org.springframework.boot.autoconfigure.mail.MailSenderAutoConfiguration.class)
@Conditional(PrometheusEnabledCondition.class)
public class EmailNoticeSendAutoConfig
extends Object
implements NoticeSendComponentCustomer
-
字段概要
从接口继承的字段 org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
EmailNoticeSendAutoConfig
public EmailNoticeSendAutoConfig()
-
-
方法详细资料
-
getOrder
public int getOrder()- 指定者:
getOrder在接口中org.springframework.core.Ordered
-
custom
- 指定者:
custom在接口中NoticeSendComponentCustomer
-