Package com.authzed.api.v1alpha1
Interface WatchResourcesServiceGrpc.AsyncService
- All Known Implementing Classes:
WatchResourcesServiceGrpc.WatchResourcesServiceImplBase
- Enclosing class:
- WatchResourcesServiceGrpc
public static interface WatchResourcesServiceGrpc.AsyncService
WatchResourcesService is used to receive a stream of updates for resources of a specific (resource type, permission, subject) combination.
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
watchResources
(WatchresourcesService.WatchResourcesRequest request, io.grpc.stub.StreamObserver<WatchresourcesService.WatchResourcesResponse> responseObserver) WatchResources initiates a watch for permission changes for the provided (resource type, permission, subject) pair.
-
Method Details
-
watchResources
default void watchResources(WatchresourcesService.WatchResourcesRequest request, io.grpc.stub.StreamObserver<WatchresourcesService.WatchResourcesResponse> responseObserver) WatchResources initiates a watch for permission changes for the provided (resource type, permission, subject) pair.
-