Class HotReloadServiceGrpc.HotReloadServiceImplBase

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

    
    public abstract class HotReloadServiceGrpc.HotReloadServiceImplBase
     implements BindableService, HotReloadServiceGrpc.AsyncService
                        

    Base class for the server implementation of the service HotReloadService.

    HotReloadService is for communication between a language plugin a language runtime that can perform a hot reload
    
    • 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.hotreload.v1.HotReloadServiceGrpc.AsyncService

        ping, reload, runnerInfo, watch
      • Methods inherited from class java.lang.Object

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

      • HotReloadServiceGrpc.HotReloadServiceImplBase

        HotReloadServiceGrpc.HotReloadServiceImplBase()
    • Method Detail

      • bindService

         final ServerServiceDefinition bindService()