Package org.languagetool.rules.ml
Interface MLServerGrpc.AsyncService
- All Known Implementing Classes:
MLServerGrpc.MLServerImplBase
- Enclosing class:
MLServerGrpc
public static interface MLServerGrpc.AsyncService
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidmatch(MLServerProto.MatchRequest request, io.grpc.stub.StreamObserver<MLServerProto.MatchResponse> responseObserver) default voidmatchAnalyzed(MLServerProto.AnalyzedMatchRequest request, io.grpc.stub.StreamObserver<MLServerProto.MatchResponse> responseObserver)
-
Method Details
-
match
default void match(MLServerProto.MatchRequest request, io.grpc.stub.StreamObserver<MLServerProto.MatchResponse> responseObserver) -
matchAnalyzed
default void matchAnalyzed(MLServerProto.AnalyzedMatchRequest request, io.grpc.stub.StreamObserver<MLServerProto.MatchResponse> responseObserver)
-