Package com.authzed.api.v1alpha1
Class SchemaServiceGrpc.SchemaServiceImplBase
java.lang.Object
com.authzed.api.v1alpha1.SchemaServiceGrpc.SchemaServiceImplBase
- All Implemented Interfaces:
SchemaServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- SchemaServiceGrpc
public abstract static class SchemaServiceGrpc.SchemaServiceImplBase
extends Object
implements io.grpc.BindableService, SchemaServiceGrpc.AsyncService
Base class for the server implementation of the service SchemaService.
SchemaService implements operations on a Permissions System's Schema.
-
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.v1alpha1.SchemaServiceGrpc.AsyncService
readSchema, writeSchema
-
Constructor Details
-
SchemaServiceImplBase
public SchemaServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-