Interface JobRunrConfiguration.JobsConfiguration

  • Enclosing interface:
    JobRunrConfiguration

    @ConfigurationProperties("jobs")
    public static interface JobRunrConfiguration.JobsConfiguration
    • 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.