Interface FailedJobCommandFactory
- 
- All Known Implementing Classes:
- DefaultFailedJobCommandFactory
 
 public interface FailedJobCommandFactory
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Command<java.lang.Object>getCommand(java.lang.String jobId, java.lang.Throwable exception)
 
- 
- 
- 
Method Detail- 
getCommandCommand<java.lang.Object> getCommand(java.lang.String jobId, java.lang.Throwable exception) 
 
- 
 
-