Class EmailNotificationChannelAutoConfiguration
java.lang.Object
io.jmix.autoconfigure.notifications.EmailNotificationChannelAutoConfiguration
@AutoConfiguration
@Import(NotificationsConfiguration.class)
@ConditionalOnClass(Emailer.class)
public class EmailNotificationChannelAutoConfiguration
extends Object
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionemailNotificationChannel(UserRepository userRepository, Emailer emailer, List<UserEmailResolver> emailResolvers) 
- 
Constructor Details- 
EmailNotificationChannelAutoConfigurationpublic EmailNotificationChannelAutoConfiguration()
 
- 
- 
Method Details- 
emailNotificationChannel@Bean("ntf_EmailNotificationChannel") public NotificationChannel emailNotificationChannel(UserRepository userRepository, Emailer emailer, List<UserEmailResolver> emailResolvers) 
 
-