21222324252627
*/ public class DefaultFailedJobCommandFactory implements FailedJobCommandFactory { @Override public Command<Object> getCommand(String jobId, Throwable exception) { return new JobRetryCmd(jobId, exception); }