Interface JobRunrConfiguration.JobsConfiguration

Enclosing interface:
JobRunrConfiguration

@ConfigurationProperties("jobs") public static interface JobRunrConfiguration.JobsConfiguration
  • Method Details

    • getDefaultNumberOfRetries

      Optional<Integer> getDefaultNumberOfRetries()
      Configures the default amount of retries.
    • getRetryBackOffTimeSeed

      Optional<Integer> getRetryBackOffTimeSeed()
      Configures the seed for the exponential back-off when jobs are retried in case of an Exception.
    • getMetrics

      @NotNull @NotNull JobRunrConfiguration.MetricsConfiguration getMetrics()
      Allows to configure the MicroMeter Metrics integration for jobs.