Package xyz.block.ftl.v1
Interface DeploymentContextServiceGrpc.AsyncService
-
- All Implemented Interfaces:
public interface DeploymentContextServiceGrpc.AsyncService
-
-
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
-
-
-
-