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