Uses of Interface
cronapp.framework.mailer.MailerService
-
Packages that use MailerService Package Description cronapp.framework.mailer -
-
Uses of MailerService in cronapp.framework.mailer
Classes in cronapp.framework.mailer that implement MailerService Modifier and Type Class Description classMailerQueueServiceclassMailerSimpleServiceMethods in cronapp.framework.mailer that return MailerService Modifier and Type Method Description MailerServiceMailerConfiguration. mailerQueueService(FileSystemService fileSystem, MailerOptions options, MailQueueRepository repository, org.springframework.mail.javamail.JavaMailSender sender, CronappSettingsService settings)MailerServiceMailerConfiguration. simpleService(org.springframework.mail.javamail.JavaMailSender sender)Methods in cronapp.framework.mailer with parameters of type MailerService Modifier and Type Method Description MailerJobMailerConfiguration. 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 MailerService Constructor Description MailerJob(MailerService mailer, MailQueueRepository repository, MailerOptions options, FileSystemService fileSystem, org.springframework.mail.javamail.JavaMailSender sender, CronappSettingsService settings)
-