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 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