@Generated(value="by gRPC proto compiler (version 1.71.0)",
comments="Source: kurrentdb/protocol/v1/serverfeatures.proto")
public final class ServerFeaturesGrpc
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServerFeaturesGrpc.AsyncService |
static class |
ServerFeaturesGrpc.ServerFeaturesBlockingStub
A stub to allow clients to do limited synchronous rpc calls to service ServerFeatures.
|
static class |
ServerFeaturesGrpc.ServerFeaturesBlockingV2Stub
A stub to allow clients to do synchronous rpc calls to service ServerFeatures.
|
static class |
ServerFeaturesGrpc.ServerFeaturesFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service ServerFeatures.
|
static class |
ServerFeaturesGrpc.ServerFeaturesImplBase
Base class for the server implementation of the service ServerFeatures.
|
static class |
ServerFeaturesGrpc.ServerFeaturesStub
A stub to allow clients to do asynchronous rpc calls to service ServerFeatures.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(ServerFeaturesGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<Shared.Empty,Serverfeatures.SupportedMethods> |
getGetSupportedMethodsMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static ServerFeaturesGrpc.ServerFeaturesBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static ServerFeaturesGrpc.ServerFeaturesBlockingV2Stub |
newBlockingV2Stub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports all types of calls on the service
|
static ServerFeaturesGrpc.ServerFeaturesFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static ServerFeaturesGrpc.ServerFeaturesStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
public static io.grpc.MethodDescriptor<Shared.Empty,Serverfeatures.SupportedMethods> getGetSupportedMethodsMethod()
public static ServerFeaturesGrpc.ServerFeaturesStub newStub(io.grpc.Channel channel)
public static ServerFeaturesGrpc.ServerFeaturesBlockingV2Stub newBlockingV2Stub(io.grpc.Channel channel)
public static ServerFeaturesGrpc.ServerFeaturesBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ServerFeaturesGrpc.ServerFeaturesFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(ServerFeaturesGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()