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