Uses of Interface
org.springframework.batch.item.mail.MailErrorHandler
Package
Description
Java Mail based components.
Builders for JavaMail related components.
JavaMail related components.
-
Uses of MailErrorHandler in org.springframework.batch.item.mail
Modifier and TypeClassDescriptionclass
ThisMailErrorHandler
implementation simply rethrows the exception it receives.Modifier and TypeMethodDescriptionvoid
SimpleMailMessageItemWriter.setMailErrorHandler
(MailErrorHandler mailErrorHandler) The handler for failed messages. -
Uses of MailErrorHandler in org.springframework.batch.item.mail.builder
Modifier and TypeMethodDescriptionSimpleMailMessageItemWriterBuilder.mailErrorHandler
(MailErrorHandler mailErrorHandler) The handler for failed messages. -
Uses of MailErrorHandler in org.springframework.batch.item.mail.javamail
Modifier and TypeMethodDescriptionvoid
MimeMessageItemWriter.setMailErrorHandler
(MailErrorHandler mailErrorHandler) The handler for failed messages.