Interface JobRunrConfiguration.JobsConfiguration
-
- Enclosing interface:
- JobRunrConfiguration
@ConfigurationProperties("jobs") public static interface JobRunrConfiguration.JobsConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<java.lang.Integer>getDefaultNumberOfRetries()Configures the default amount of retries.java.util.Optional<java.lang.Integer>getRetryBackOffTimeSeed()Configures the seed for the exponential back-off when jobs are retried in case of an Exception.
-
-
-
Method Detail
-
getDefaultNumberOfRetries
java.util.Optional<java.lang.Integer> getDefaultNumberOfRetries()
Configures the default amount of retries.
-
getRetryBackOffTimeSeed
java.util.Optional<java.lang.Integer> getRetryBackOffTimeSeed()
Configures the seed for the exponential back-off when jobs are retried in case of an Exception.
-
-