Package io.kestra.runner.memory
Class MemoryExecutor
java.lang.Object
io.kestra.runner.memory.MemoryExecutor
- All Implemented Interfaces:
io.kestra.core.runners.ExecutorInterface,Closeable,AutoCloseable,Runnable
@Singleton
@MemoryQueueEnabled
public class MemoryExecutor
extends Object
implements io.kestra.core.runners.ExecutorInterface
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected io.kestra.core.services.FlowListenersInterfaceprotected io.kestra.core.queues.QueueInterface<io.kestra.core.models.executions.ExecutionKilled> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
flowListeners
@Inject protected io.kestra.core.services.FlowListenersInterface flowListeners -
killQueue
@Inject @Named("executionKilledQueue") protected io.kestra.core.queues.QueueInterface<io.kestra.core.models.executions.ExecutionKilled> killQueue
-
-
Constructor Details
-
MemoryExecutor
public MemoryExecutor()
-
-
Method Details
-
run
public void run() -
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-