Package io.kestra.jdbc.runner
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 Summary
FieldsModifier and TypeFieldDescriptionprotected List<io.kestra.core.models.flows.Flow>protected io.kestra.core.services.FlowListenersInterface -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
flowListeners
@Inject protected io.kestra.core.services.FlowListenersInterface flowListeners -
allFlows
-
-
Constructor Details
-
JdbcExecutor
public JdbcExecutor()
-
-
Method Details
-
run
public void run() -
workersUpdate
protected void workersUpdate() -
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-