Class RunnerServiceGrpc.RunnerServiceImplBase

  • All Implemented Interfaces:
    io.grpc.BindableService , xyz.block.ftl.v1.RunnerServiceGrpc.AsyncService

    
    public abstract class RunnerServiceGrpc.RunnerServiceImplBase
     implements BindableService, RunnerServiceGrpc.AsyncService
                        

    Base class for the server implementation of the service RunnerService.

    RunnerService is the service that executes Deployments.
    The Controller will scale the Runner horizontally as required. The Runner will
    register itself automatically with the ControllerService, which will then
    assign modules to it.
    
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final ServerServiceDefinition bindService()
      • Methods inherited from class xyz.block.ftl.v1.RunnerServiceGrpc.AsyncService

        deploy, ping, reserve, terminate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RunnerServiceGrpc.RunnerServiceImplBase

        RunnerServiceGrpc.RunnerServiceImplBase()
    • Method Detail

      • bindService

         final ServerServiceDefinition bindService()