Uses of Interface
cronapp.framework.mailer.MailQueueRepository
-
Packages that use MailQueueRepository Package Description cronapp.framework.mailer -
-
Uses of MailQueueRepository in cronapp.framework.mailer
Methods in cronapp.framework.mailer with parameters of type MailQueueRepository 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)MailerServiceMailerConfiguration. getMailerService(org.springframework.core.env.Environment environment, FileSystemService fileSystem, MailerOptions options, MailQueueRepository repository, org.springframework.mail.javamail.JavaMailSender sender, CronappSettingsService settings)Constructors in cronapp.framework.mailer with parameters of type MailQueueRepository Constructor Description MailerJob(MailerService mailer, MailQueueRepository repository, MailerOptions options, FileSystemService fileSystem, org.springframework.mail.javamail.JavaMailSender sender, CronappSettingsService settings)MailerQueueService(FileSystemService fileSystem, MailerOptions options, MailQueueRepository repository, org.springframework.mail.javamail.JavaMailSender sender, CronappSettingsService settings)
-