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 deploymentvoidpublishEvent(PublishEventRequest request, StreamObserver<PublishEventResponse> responseObserver)Publish an event to a topic.-
-
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
-
publishEvent
void publishEvent(PublishEventRequest request, StreamObserver<PublishEventResponse> responseObserver)
Publish an event to a topic.
-
-
-
-