class

Fluxion::Executor::ExecutorRegistry

Inherits Reference < Object

Picks the executor that handles a step.

Constructors

default
Source
new(executors : Array(StepExecutor) = [] of StepExecutor)
Source

Instance methods

<<(executor : StepExecutor) : self
Source
executors
Source
for(step : Step) : StepExecutor | Nil
Source