Class AbstractJdbcExecutionDelayStorage

java.lang.Object
io.kestra.jdbc.repository.AbstractJdbcRepository
io.kestra.jdbc.runner.AbstractJdbcExecutionDelayStorage

public abstract class AbstractJdbcExecutionDelayStorage extends AbstractJdbcRepository
  • Field Details

  • Constructor Details

    • AbstractJdbcExecutionDelayStorage

      public AbstractJdbcExecutionDelayStorage(AbstractJdbcRepository<io.kestra.core.runners.ExecutionDelay> jdbcRepository)
  • Method Details

    • get

      public void get(Consumer<io.kestra.core.runners.ExecutionDelay> consumer)
    • save

      public void save(io.kestra.core.runners.ExecutionDelay executionDelay)