@Generated(value="by gRPC proto compiler (version 1.28.1)", comments="Source: lock.proto") public final class LockGrpc extends Object
The lock service exposes client-side locking facilities as a gRPC interface.
| Modifier and Type | Class and Description |
|---|---|
static class |
LockGrpc.LockBlockingStub
The lock service exposes client-side locking facilities as a gRPC interface.
|
static class |
LockGrpc.LockFutureStub
The lock service exposes client-side locking facilities as a gRPC interface.
|
static class |
LockGrpc.LockImplBase
The lock service exposes client-side locking facilities as a gRPC interface.
|
static class |
LockGrpc.LockStub
The lock service exposes client-side locking facilities as a gRPC interface.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<LockRequest,LockResponse> |
getLockMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UnlockRequest,UnlockResponse> |
getUnlockMethod() |
static LockGrpc.LockBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static LockGrpc.LockFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static LockGrpc.LockStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<LockRequest,LockResponse> getLockMethod()
public static io.grpc.MethodDescriptor<UnlockRequest,UnlockResponse> getUnlockMethod()
public static LockGrpc.LockStub newStub(io.grpc.Channel channel)
public static LockGrpc.LockBlockingStub newBlockingStub(io.grpc.Channel channel)
public static LockGrpc.LockFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2020. All rights reserved.