Class DefaultFailedJobCommandFactory
- java.lang.Object
-
- org.camunda.bpm.engine.impl.jobexecutor.DefaultFailedJobCommandFactory
-
- All Implemented Interfaces:
FailedJobCommandFactory
public class DefaultFailedJobCommandFactory extends Object implements FailedJobCommandFactory
-
-
Constructor Summary
Constructors Constructor Description DefaultFailedJobCommandFactory()
-
-
-
Method Detail
-
getCommand
public Command<Object> getCommand(String jobId, Throwable exception)
- Specified by:
getCommand
in interfaceFailedJobCommandFactory
-
-