Class BertLmGrpc.BertLmImplBase
java.lang.Object
org.languagetool.languagemodel.bert.grpc.BertLmGrpc.BertLmImplBase
- All Implemented Interfaces:
io.grpc.BindableService,BertLmGrpc.AsyncService
- Enclosing class:
BertLmGrpc
public abstract static class BertLmGrpc.BertLmImplBase
extends Object
implements io.grpc.BindableService, BertLmGrpc.AsyncService
Base class for the server implementation of the service BertLm.
-
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 org.languagetool.languagemodel.bert.grpc.BertLmGrpc.AsyncService
batchScore, score
-
Constructor Details
-
BertLmImplBase
public BertLmImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-