Interface ServerTestEngine
-
public interface ServerTestEngine
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StepExecutionReportCoreexecute(ExecutionRequest executionRequest)org.apache.commons.lang3.tuple.Pair<io.reactivex.Observable<StepExecutionReportCore>,Long>executeAndFollow(ExecutionRequest executionRequest)voidpause(Long executionHash)voidresume(Long executionHash)voidstop(Long executionHash)
-
-
-
Method Detail
-
execute
StepExecutionReportCore execute(ExecutionRequest executionRequest)
-
executeAndFollow
org.apache.commons.lang3.tuple.Pair<io.reactivex.Observable<StepExecutionReportCore>,Long> executeAndFollow(ExecutionRequest executionRequest)
-
stop
void stop(Long executionHash)
-
pause
void pause(Long executionHash)
-
resume
void resume(Long executionHash)
-
-