Uses of Interface
org.springframework.batch.core.step.tasklet.SystemProcessExitCodeMapper
Packages that use SystemProcessExitCodeMapper
Package
Description
Interfaces and generic implementations of tasklet concerns.
-
Uses of SystemProcessExitCodeMapper in org.springframework.batch.core.step.tasklet
Classes in org.springframework.batch.core.step.tasklet that implement SystemProcessExitCodeMapperModifier and TypeClassDescriptionclassMaps exit codes toExitStatusaccording to injected map.classSimpleSystemProcessExitCodeMapperimplementation that performs following mapping: 0 -> ExitStatus.FINISHED else -> ExitStatus.FAILEDMethods in org.springframework.batch.core.step.tasklet with parameters of type SystemProcessExitCodeMapperModifier and TypeMethodDescriptionvoidSystemCommandTasklet.setSystemProcessExitCodeMapper(SystemProcessExitCodeMapper systemProcessExitCodeMapper)