Package org.languagetool.grpc
Class SynthesizeServerGrpc.SynthesizeServerImplBase
java.lang.Object
org.languagetool.grpc.SynthesizeServerGrpc.SynthesizeServerImplBase
- All Implemented Interfaces:
io.grpc.BindableService,SynthesizeServerGrpc.AsyncService
- Direct Known Subclasses:
RemoteSynthesizer
- Enclosing class:
SynthesizeServerGrpc
public abstract static class SynthesizeServerGrpc.SynthesizeServerImplBase
extends Object
implements io.grpc.BindableService, SynthesizeServerGrpc.AsyncService
Base class for the server implementation of the service SynthesizeServer.
-
Constructor Details
-
SynthesizeServerImplBase
public SynthesizeServerImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-