Example usage for org.springframework.batch.core.launch.support ExitCodeMapper interface-usage

List of usage examples for org.springframework.batch.core.launch.support ExitCodeMapper interface-usage

Introduction

In this page you can find the example usage for org.springframework.batch.core.launch.support ExitCodeMapper interface-usage.

Usage

From source file org.springframework.batch.core.launch.support.SimpleJvmExitCodeMapper.java

/**
 * An implementation of {@link ExitCodeMapper} that can be configured through a
 * map from batch exit codes (String) to integer results. Some default entries
 * are set up to recognise common cases.  Any that are injected are added to these.
 *
 * @author Stijn Maller