Uses of Interface
cronapp.framework.mailer.MailerService
Packages that use MailerService
-
Uses of MailerService in cronapp.framework.mailer
Classes in cronapp.framework.mailer that implement MailerServiceMethods in cronapp.framework.mailer that return MailerServiceModifier and TypeMethodDescriptionMailerConfiguration.mailerQueueService(FileSystemService fileSystem, MailerOptions options, MailQueueRepository repository, org.springframework.mail.javamail.JavaMailSender sender, CronappSettingsService settings) MailerConfiguration.simpleService(org.springframework.mail.javamail.JavaMailSender sender) Methods in cronapp.framework.mailer with parameters of type MailerServiceModifier and TypeMethodDescriptionMailerConfiguration.getMailerJob(org.springframework.core.env.Environment environment, MailerService mailer, MailQueueRepository repository, MailerOptions options, FileSystemService fileSystem, org.springframework.mail.javamail.JavaMailSender sender, CronappSettingsService settings) Constructors in cronapp.framework.mailer with parameters of type MailerServiceModifierConstructorDescriptionMailerJob(MailerService mailer, MailQueueRepository repository, MailerOptions options, FileSystemService fileSystem, org.springframework.mail.javamail.JavaMailSender sender, CronappSettingsService settings)