Interface JobRunrConfiguration.JobsConfiguration
- Enclosing interface:
JobRunrConfiguration
@ConfigurationProperties("jobs")
public static interface JobRunrConfiguration.JobsConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionConfigures the default amount of retries.Allows to configure the MicroMeter Metrics integration for jobs.Configures the seed for the exponential back-off when jobs are retried in case of an Exception.
-
Method Details
-
getDefaultNumberOfRetries
Configures the default amount of retries. -
getRetryBackOffTimeSeed
Configures the seed for the exponential back-off when jobs are retried in case of an Exception. -
getMetrics
Allows to configure the MicroMeter Metrics integration for jobs.
-