public class FailedJobRetryConfiguration extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected Expression | expression | 
| protected int | retries | 
| protected List<String> | retryIntervals | 
| Constructor and Description | 
|---|
| FailedJobRetryConfiguration(Expression expression) | 
| FailedJobRetryConfiguration(int retries,
                           List<String> retryIntervals) | 
| Modifier and Type | Method and Description | 
|---|---|
| Expression | getExpression() | 
| int | getRetries() | 
| List<String> | getRetryIntervals() | 
protected int retries
protected Expression expression
public FailedJobRetryConfiguration(Expression expression)
public int getRetries()
public Expression getExpression()
Copyright © 2018. All rights reserved.