Package xyz.block.ftl.language.v1
Class LanguageServiceGrpc.LanguageServiceImplBase
-
- All Implemented Interfaces:
-
io.grpc.BindableService,xyz.block.ftl.language.v1.LanguageServiceGrpc.AsyncService
public abstract class LanguageServiceGrpc.LanguageServiceImplBase implements BindableService, LanguageServiceGrpc.AsyncService
Base class for the server implementation of the service LanguageService.
LanguageService allows a plugin to add support for a programming language.
-
-
Constructor Summary
Constructors Constructor Description LanguageServiceGrpc.LanguageServiceImplBase()
-
Method Summary
Modifier and Type Method Description final ServerServiceDefinitionbindService()-
Methods inherited from class xyz.block.ftl.language.v1.LanguageServiceGrpc.AsyncService
build, buildContextUpdated, generateStubs, getDependencies, ping, syncStubReferences -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
bindService
final ServerServiceDefinition bindService()
-
-
-
-