Package com.authzed.api.v1alpha1
Class WatchResourcesServiceGrpc.WatchResourcesServiceImplBase
java.lang.Object
com.authzed.api.v1alpha1.WatchResourcesServiceGrpc.WatchResourcesServiceImplBase
- All Implemented Interfaces:
WatchResourcesServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- WatchResourcesServiceGrpc
public abstract static class WatchResourcesServiceGrpc.WatchResourcesServiceImplBase
extends Object
implements io.grpc.BindableService, WatchResourcesServiceGrpc.AsyncService
Base class for the server implementation of the service WatchResourcesService.
WatchResourcesService is used to receive a stream of updates for resources of a specific (resource type, permission, subject) combination.
-
Constructor Details
-
WatchResourcesServiceImplBase
public WatchResourcesServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-