Class ModuleServiceGrpc.ModuleServiceImplBase

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

    
    public abstract class ModuleServiceGrpc.ModuleServiceImplBase
     implements BindableService, ModuleServiceGrpc.AsyncService
                        

    Base class for the server implementation of the service ModuleService.

    ModuleService is the service that modules use to interact with the Controller.
    
    • 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.ModuleServiceGrpc.AsyncService

        acquireLease, getModuleContext, ping, publishEvent, sendFSMEvent, setNextFSMEvent
      • Methods inherited from class java.lang.Object

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

      • ModuleServiceGrpc.ModuleServiceImplBase

        ModuleServiceGrpc.ModuleServiceImplBase()
    • Method Detail

      • bindService

         final ServerServiceDefinition bindService()