Class LockServiceGrpc.LockServiceStub
java.lang.Object
io.grpc.stub.AbstractStub<LockServiceGrpc.LockServiceStub>
io.grpc.stub.AbstractAsyncStub<LockServiceGrpc.LockServiceStub>
tech.justen.concord.goodwill.grpc.LockServiceGrpc.LockServiceStub
- Enclosing class:
LockServiceGrpc
public static final class LockServiceGrpc.LockServiceStub
extends io.grpc.stub.AbstractAsyncStub<LockServiceGrpc.LockServiceStub>
A stub to allow clients to do asynchronous rpc calls to service LockService.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionprotected LockServiceGrpc.LockServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) voidprojectLock(LockProto.Lock request, io.grpc.stub.StreamObserver<LockProto.LockResult> responseObserver) voidprojectUnlock(LockProto.Lock request, io.grpc.stub.StreamObserver<LockProto.LockResult> responseObserver) Methods inherited from class io.grpc.stub.AbstractAsyncStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Method Details
-
build
protected LockServiceGrpc.LockServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<LockServiceGrpc.LockServiceStub>
-
projectLock
public void projectLock(LockProto.Lock request, io.grpc.stub.StreamObserver<LockProto.LockResult> responseObserver) -
projectUnlock
public void projectUnlock(LockProto.Lock request, io.grpc.stub.StreamObserver<LockProto.LockResult> responseObserver)
-