public interface TaskExecutorConfiguration
Modifier and Type | Method and Description |
---|---|
int |
getMaxLifeInSecs() |
int |
getMaxNumReschedules()
Maximum number of reschedules, until the task gets rejected.
|
int |
getRecovererDelayInMillis()
Initial delay in milliseconds, until the task recovery starts.
|
int |
getRescheduleDelayInMillis() |
int getMaxLifeInSecs()
int getMaxNumReschedules()
int getRescheduleDelayInMillis()
int getRecovererDelayInMillis()