org.camunda.bpm.engine.impl.bpmn.parser
Class FailedJobRetryConfiguration
java.lang.Object
org.camunda.bpm.engine.impl.bpmn.parser.FailedJobRetryConfiguration
public class FailedJobRetryConfiguration
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
retries
protected int retries
retryIntervals
protected List<String> retryIntervals
expression
protected Expression expression
FailedJobRetryConfiguration
public FailedJobRetryConfiguration(Expression expression)
FailedJobRetryConfiguration
public FailedJobRetryConfiguration(int retries,
List<String> retryIntervals)
getRetries
public int getRetries()
getRetryIntervals
public List<String> getRetryIntervals()
getExpression
public Expression getExpression()
Copyright © 2017 camunda services GmbH. All rights reserved.