Class MoveDeadLetterJobToHistoryJobCmd

java.lang.Object
org.flowable.job.service.impl.cmd.MoveDeadLetterJobToHistoryJobCmd
All Implemented Interfaces:
Serializable, Command<HistoryJob>

public class MoveDeadLetterJobToHistoryJobCmd extends Object implements Command<HistoryJob>, Serializable
Author:
Joram Barrez
See Also:
  • Field Details

    • deadletterJobId

      protected String deadletterJobId
    • retries

      protected int retries
    • jobServiceConfiguration

      protected JobServiceConfiguration jobServiceConfiguration
  • Constructor Details

    • MoveDeadLetterJobToHistoryJobCmd

      public MoveDeadLetterJobToHistoryJobCmd(String deadletterJobId, int retries, JobServiceConfiguration jobServiceConfiguration)
  • Method Details