Class JdbcExecutor

java.lang.Object
io.kestra.jdbc.runner.JdbcExecutor
All Implemented Interfaces:
io.kestra.core.runners.ExecutorInterface, Closeable, AutoCloseable, Runnable

@Singleton @JdbcRunnerEnabled public class JdbcExecutor extends Object implements io.kestra.core.runners.ExecutorInterface
  • Field Details

    • flowListeners

      @Inject protected io.kestra.core.services.FlowListenersInterface flowListeners
    • allFlows

      protected List<io.kestra.core.models.flows.Flow> allFlows
  • Constructor Details

    • JdbcExecutor

      public JdbcExecutor()
  • Method Details