Package xyz.block.ftl.test.v1
Interface TestServiceGrpc.AsyncService
-
- All Implemented Interfaces:
public interface TestServiceGrpc.AsyncServiceHotReloadService is for communication between a language plugin a language runtime that can perform a hot reload
-
-
Method Summary
Modifier and Type Method Description voidping(PingRequest request, StreamObserver<PingResponse> responseObserver)Ping service for readiness.voidstartTestRun(StartTestRunRequest request, StreamObserver<StartTestRunResponse> responseObserver)-
-
Method Detail
-
ping
void ping(PingRequest request, StreamObserver<PingResponse> responseObserver)
Ping service for readiness.
-
startTestRun
void startTestRun(StartTestRunRequest request, StreamObserver<StartTestRunResponse> responseObserver)
-
-
-
-