public class ScheduledRetryAction extends Object implements ExceptionAction
| Modifier and Type | Field and Description |
|---|---|
static Integer |
RETRY_INFINITE
indicator for an infinite retry
|
| Constructor and Description |
|---|
ScheduledRetryAction()
Default Constructor
|
ScheduledRetryAction(String cronExpression,
int maxRetries)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getCronExpression() |
int |
getMaxRetries()
Accessor for maxRetries
|
int |
hashCode()
HashCode default implementation
|
void |
setCronExpression(String cronExpression) |
String |
toString() |
public static final Integer RETRY_INFINITE
public ScheduledRetryAction()
public ScheduledRetryAction(String cronExpression, int maxRetries)
cronExpression - - cron expression for the retrymaxRetries - - The maximum number of retries to attemptCopyright © 2007-2019 Ikasan. All Rights Reserved.