public abstract static class MLServerGrpc.MLServerImplBase extends Object implements io.grpc.BindableService
Constructor and Description |
---|
MLServerImplBase() |
Modifier and Type | Method and Description |
---|---|
io.grpc.ServerServiceDefinition |
bindService() |
void |
match(MLServerProto.MatchRequest request,
io.grpc.stub.StreamObserver<MLServerProto.MatchResponse> responseObserver) |
void |
matchAnalyzed(MLServerProto.AnalyzedMatchRequest request,
io.grpc.stub.StreamObserver<MLServerProto.MatchResponse> responseObserver) |
public void match(MLServerProto.MatchRequest request, io.grpc.stub.StreamObserver<MLServerProto.MatchResponse> responseObserver)
public void matchAnalyzed(MLServerProto.AnalyzedMatchRequest request, io.grpc.stub.StreamObserver<MLServerProto.MatchResponse> responseObserver)
public final io.grpc.ServerServiceDefinition bindService()
bindService
in interface io.grpc.BindableService