Package com.authzed.api.v1
Interface WatchServiceGrpc.AsyncService
- All Known Implementing Classes:
WatchServiceGrpc.WatchServiceImplBase
- Enclosing class:
- WatchServiceGrpc
public static interface WatchServiceGrpc.AsyncService
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
watch
(WatchRequest request, io.grpc.stub.StreamObserver<WatchResponse> responseObserver) Watch returns a stream of events that occurred in the datastore in ascending timestamp order.
-
Method Details
-
watch
default void watch(WatchRequest request, io.grpc.stub.StreamObserver<WatchResponse> responseObserver) Watch returns a stream of events that occurred in the datastore in ascending timestamp order. The events can be relationship updates, schema updates, or checkpoints.
-