Package xyz.block.ftl.pubsub.v1
Interface PublishServiceGrpc.AsyncService
-
- All Implemented Interfaces:
public interface PublishServiceGrpc.AsyncService
-
-
Method Summary
Modifier and Type Method Description voidping(PingRequest request, StreamObserver<PingResponse> responseObserver)Ping service for readiness.voidpublishEvent(PublishEventRequest request, StreamObserver<PublishEventResponse> responseObserver)Publish a message to a topic.-
-
Method Detail
-
ping
void ping(PingRequest request, StreamObserver<PingResponse> responseObserver)
Ping service for readiness.
-
publishEvent
void publishEvent(PublishEventRequest request, StreamObserver<PublishEventResponse> responseObserver)
Publish a message to a topic.
-
-
-
-