public class JobsConfiguration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
misfireThreshold |
java.lang.String |
name |
int |
startJobMaxRetryNumber |
int |
threadsNumber |
int |
waitForCompletionDelayMs |
int |
waitForCompletionErrorThreshold |
Constructor and Description |
---|
JobsConfiguration() |
public int threadsNumber
public long misfireThreshold
public java.lang.String name
public int startJobMaxRetryNumber
public int waitForCompletionErrorThreshold
public int waitForCompletionDelayMs