Class DynamoDBJobsConfig

java.lang.Object
io.automatiko.engine.api.config.DynamoDBJobsConfig

public class DynamoDBJobsConfig extends Object
  • Field Details

  • Constructor Details

    • DynamoDBJobsConfig

      public DynamoDBJobsConfig()
  • Method Details

    • createTables

      public Optional<Boolean> createTables()
      Indicates if tables should be created during startup.
    • readCapacity

      public Optional<Long> readCapacity()
      Specifies the read capacity
    • writeCapacity

      public Optional<Long> writeCapacity()
      Specifies the write capacity
    • interval

      public Optional<Long> interval()
      Interval (in minutes) how often to look for next chunk of jobs to schedule
    • threads

      public Optional<Integer> threads()
      Number of threads to be used for jobs execution