Interface StepExecutor

All Known Implementing Classes:
DefaultStepExecutor, RemoteStepExecutor

public interface StepExecutor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(ScenarioExecution scenarioExecution, fr.enedis.chutney.action.spi.injectable.Target target, Step step)
     
  • Method Details

    • execute

      void execute(ScenarioExecution scenarioExecution, fr.enedis.chutney.action.spi.injectable.Target target, Step step)