Package org.languagetool.rules.ml
Class ProcessingServerGrpc
java.lang.Object
org.languagetool.rules.ml.ProcessingServerGrpc
@Generated(value="by gRPC proto compiler (version 1.68.0)",
comments="Source: ml_server.proto")
public final class ProcessingServerGrpc
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceprivate static final classprivate static classstatic final classA stub to allow clients to do synchronous rpc calls to service ProcessingServer.private static final classstatic final classA stub to allow clients to do ListenableFuture-style rpc calls to service ProcessingServer.static classBase class for the server implementation of the service ProcessingServer.private static final classstatic final classA stub to allow clients to do asynchronous rpc calls to service ProcessingServer. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static io.grpc.MethodDescriptor<MLServerProto.AnalyzeRequest, MLServerProto.AnalyzeResponse> private static io.grpc.MethodDescriptor<MLServerProto.ProcessRequest, MLServerProto.ProcessResponse> private static final intprivate static final intstatic final Stringprivate static io.grpc.ServiceDescriptor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionstatic io.grpc.MethodDescriptor<MLServerProto.AnalyzeRequest, MLServerProto.AnalyzeResponse> static io.grpc.MethodDescriptor<MLServerProto.ProcessRequest, MLServerProto.ProcessResponse> static io.grpc.ServiceDescriptornewBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
getAnalyzeMethod
private static volatile io.grpc.MethodDescriptor<MLServerProto.AnalyzeRequest,MLServerProto.AnalyzeResponse> getAnalyzeMethod -
getProcessMethod
private static volatile io.grpc.MethodDescriptor<MLServerProto.ProcessRequest,MLServerProto.ProcessResponse> getProcessMethod -
METHODID_ANALYZE
private static final int METHODID_ANALYZE- See Also:
-
METHODID_PROCESS
private static final int METHODID_PROCESS- See Also:
-
serviceDescriptor
private static volatile io.grpc.ServiceDescriptor serviceDescriptor
-
-
Constructor Details
-
ProcessingServerGrpc
private ProcessingServerGrpc()
-
-
Method Details
-
getAnalyzeMethod
public static io.grpc.MethodDescriptor<MLServerProto.AnalyzeRequest,MLServerProto.AnalyzeResponse> getAnalyzeMethod() -
getProcessMethod
public static io.grpc.MethodDescriptor<MLServerProto.ProcessRequest,MLServerProto.ProcessResponse> getProcessMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static ProcessingServerGrpc.ProcessingServerBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static ProcessingServerGrpc.ProcessingServerFutureStub newFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(ProcessingServerGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-