Class LockServiceGrpc.LockServiceImplBase
java.lang.Object
tech.justen.concord.goodwill.grpc.LockServiceGrpc.LockServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService,LockServiceGrpc.AsyncService
- Direct Known Subclasses:
GrpcLockService
- Enclosing class:
LockServiceGrpc
public abstract static class LockServiceGrpc.LockServiceImplBase
extends Object
implements io.grpc.BindableService, LockServiceGrpc.AsyncService
Base class for the server implementation of the service LockService.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tech.justen.concord.goodwill.grpc.LockServiceGrpc.AsyncService
projectLock, projectUnlock
-
Constructor Details
-
LockServiceImplBase
public LockServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-