Package xyz.block.ftl.java.test.internal
Class TestDeploymentServer
-
- All Implemented Interfaces:
-
io.grpc.BindableService,xyz.block.ftl.v1.ControllerServiceGrpc.AsyncService
public class TestDeploymentServer extends ControllerServiceGrpc.ControllerServiceImplBase
-
-
Constructor Summary
Constructors Constructor Description TestDeploymentServer()
-
Method Summary
Modifier and Type Method Description voidping(PingRequest request, StreamObserver<PingResponse> responseObserver)voidgetDeploymentContext(GetDeploymentContextRequest request, StreamObserver<GetDeploymentContextResponse> responseObserver)-
Methods inherited from class xyz.block.ftl.v1.ControllerServiceGrpc.ControllerServiceImplBase
bindService -
Methods inherited from class xyz.block.ftl.v1.ControllerServiceGrpc.AsyncService
processList, registerRunner, status -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
ping
void ping(PingRequest request, StreamObserver<PingResponse> responseObserver)
-
getDeploymentContext
void getDeploymentContext(GetDeploymentContextRequest request, StreamObserver<GetDeploymentContextResponse> responseObserver)
-
-
-
-