Interface HasFailureHandler
-
- All Known Implementing Classes:
ExecCommandBase,JobRefCommandBase,JobReferenceItem
public interface HasFailureHandlerHasFailureHandler interface indicates that an StepExecutionItem is set as a failure handler.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StepExecutionItemgetFailureHandler()
-
-
-
Method Detail
-
getFailureHandler
StepExecutionItem getFailureHandler()
- Returns:
- the
StepExecutionItemto handle failure
-
-