Example usage for org.springframework.batch.item.mail MailErrorHandler interface-usage

List of usage examples for org.springframework.batch.item.mail MailErrorHandler interface-usage

Introduction

In this page you can find the example usage for org.springframework.batch.item.mail MailErrorHandler interface-usage.

Usage

From source file com.mulodo.survey.batch.error.TestMailErrorHandler.java

/**
 * This handler prints out failed messages with their exceptions. It also
 * maintains a list of all failed messages it receives for lookup later by an
 * assertion.
 * 
 * @author Dan Garrette

From source file org.springframework.batch.sample.domain.mail.internal.TestMailErrorHandler.java

/**
 * This handler prints out failed messages with their exceptions. It also
 * maintains a list of all failed messages it receives for lookup later by an
 * assertion.
 * 
 * @author Dan Garrette