Interface FailedJobCommandFactory
-
- All Known Implementing Classes:
DefaultFailedJobCommandFactory
public interface FailedJobCommandFactory
-
-
Method Summary
All 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
-
getCommand
Command<java.lang.Object> getCommand(java.lang.String jobId, java.lang.Throwable exception)
-
-