Class ServerTestEngineJavaImpl
java.lang.Object
fr.enedis.chutney.execution.infra.execution.ServerTestEngineJavaImpl
- All Implemented Interfaces:
fr.enedis.chutney.server.core.domain.execution.ServerTestEngine
public class ServerTestEngineJavaImpl
extends Object
implements fr.enedis.chutney.server.core.domain.execution.ServerTestEngine
-
Constructor Summary
ConstructorsConstructorDescriptionServerTestEngineJavaImpl(fr.enedis.chutney.engine.api.execution.TestEngine executionEngine, ExecutionRequestMapper executionRequestMapper) -
Method Summary
Modifier and TypeMethodDescriptionfr.enedis.chutney.server.core.domain.execution.report.StepExecutionReportCoreexecute(fr.enedis.chutney.server.core.domain.execution.ExecutionRequest executionRequest) org.apache.commons.lang3.tuple.Pair<io.reactivex.rxjava3.core.Observable<fr.enedis.chutney.server.core.domain.execution.report.StepExecutionReportCore>, Long> executeAndFollow(fr.enedis.chutney.server.core.domain.execution.ExecutionRequest executionRequest) voidvoidvoid
-
Constructor Details
-
ServerTestEngineJavaImpl
public ServerTestEngineJavaImpl(fr.enedis.chutney.engine.api.execution.TestEngine executionEngine, ExecutionRequestMapper executionRequestMapper)
-
-
Method Details
-
execute
public fr.enedis.chutney.server.core.domain.execution.report.StepExecutionReportCore execute(fr.enedis.chutney.server.core.domain.execution.ExecutionRequest executionRequest) - Specified by:
executein interfacefr.enedis.chutney.server.core.domain.execution.ServerTestEngine
-
executeAndFollow
public org.apache.commons.lang3.tuple.Pair<io.reactivex.rxjava3.core.Observable<fr.enedis.chutney.server.core.domain.execution.report.StepExecutionReportCore>,Long> executeAndFollow(fr.enedis.chutney.server.core.domain.execution.ExecutionRequest executionRequest) - Specified by:
executeAndFollowin interfacefr.enedis.chutney.server.core.domain.execution.ServerTestEngine
-
stop
- Specified by:
stopin interfacefr.enedis.chutney.server.core.domain.execution.ServerTestEngine
-
pause
- Specified by:
pausein interfacefr.enedis.chutney.server.core.domain.execution.ServerTestEngine
-
resume
- Specified by:
resumein interfacefr.enedis.chutney.server.core.domain.execution.ServerTestEngine
-