类 LimitDecider

  • 所有已实现的接口:
    JobExecutionDecider

    public class LimitDecider
    extends java.lang.Object
    implements JobExecutionDecider
    This decider will return "CONTINUE" until the limit it reached, at which point it will return "COMPLETE".
    从以下版本开始:
    2.0
    作者:
    Dan Garrette
    • 方法详细资料

      • setLimit

        public void setLimit​(int limit)
        参数:
        limit - number of times to return "CONTINUE"