Class RemoteStepExecutor
java.lang.Object
fr.enedis.chutney.engine.domain.delegation.RemoteStepExecutor
- All Implemented Interfaces:
StepExecutor
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteStepExecutor(DelegationClient delegationClient, NamedHostAndPort agentInfo) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(ScenarioExecution scenarioExecution, fr.enedis.chutney.action.spi.injectable.Target target, Step step)
-
Constructor Details
-
RemoteStepExecutor
-
-
Method Details
-
execute
public void execute(ScenarioExecution scenarioExecution, fr.enedis.chutney.action.spi.injectable.Target target, Step step) - Specified by:
executein interfaceStepExecutor
-