Package com.authzed.api.v1
Class ExperimentalServiceGrpc.ExperimentalServiceImplBase
java.lang.Object
com.authzed.api.v1.ExperimentalServiceGrpc.ExperimentalServiceImplBase
- All Implemented Interfaces:
ExperimentalServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- ExperimentalServiceGrpc
public abstract static class ExperimentalServiceGrpc.ExperimentalServiceImplBase
extends Object
implements io.grpc.BindableService, ExperimentalServiceGrpc.AsyncService
Base class for the server implementation of the service ExperimentalService.
ExperimentalService exposes a number of APIs that are currently being prototyped and tested for future inclusion in the stable API.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.authzed.api.v1.ExperimentalServiceGrpc.AsyncService
bulkCheckPermission, bulkExportRelationships, bulkImportRelationships, experimentalComputablePermissions, experimentalCountRelationships, experimentalDependentRelations, experimentalDiffSchema, experimentalReflectSchema, experimentalRegisterRelationshipCounter, experimentalUnregisterRelationshipCounter
-
Constructor Details
-
ExperimentalServiceImplBase
public ExperimentalServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-