Package xyz.block.ftl.deployment.v1
Interface DeploymentServiceGrpc.AsyncService
-
- All Implemented Interfaces:
public interface DeploymentServiceGrpc.AsyncServiceModuleService is the service that modules use to interact with the Controller.
-
-
Method Summary
Modifier and Type Method Description voidping(PingRequest request, StreamObserver<PingResponse> responseObserver)Ping service for readiness.voidgetDeploymentContext(GetDeploymentContextRequest request, StreamObserver<GetDeploymentContextResponse> responseObserver)Get configuration state for the deployment-
-
Method Detail
-
ping
void ping(PingRequest request, StreamObserver<PingResponse> responseObserver)
Ping service for readiness.
-
getDeploymentContext
void getDeploymentContext(GetDeploymentContextRequest request, StreamObserver<GetDeploymentContextResponse> responseObserver)
Get configuration state for the deployment
-
-
-
-