Class RepeatingFailedJobListener.CreateNewTimerJobCommand

java.lang.Object
org.camunda.bpm.engine.impl.jobexecutor.RepeatingFailedJobListener.CreateNewTimerJobCommand
All Implemented Interfaces:
Command<Void>
Enclosing class:
RepeatingFailedJobListener

protected class RepeatingFailedJobListener.CreateNewTimerJobCommand extends Object implements Command<Void>
  • Field Details

    • jobId

      protected String jobId
  • Constructor Details

    • CreateNewTimerJobCommand

      public CreateNewTimerJobCommand(String jobId)
  • Method Details