Package com.authzed.api.v0
Class DeveloperServiceGrpc.DeveloperServiceImplBase
java.lang.Object
com.authzed.api.v0.DeveloperServiceGrpc.DeveloperServiceImplBase
- All Implemented Interfaces:
DeveloperServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- DeveloperServiceGrpc
public abstract static class DeveloperServiceGrpc.DeveloperServiceImplBase
extends Object
implements io.grpc.BindableService, DeveloperServiceGrpc.AsyncService
Base class for the server implementation of the service DeveloperService.
-
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.v0.DeveloperServiceGrpc.AsyncService
editCheck, formatSchema, lookupShared, share, upgradeSchema, validate
-
Constructor Details
-
DeveloperServiceImplBase
public DeveloperServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-