Class TestModuleServer

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

    
    public class TestModuleServer
    extends ModuleServiceGrpc.ModuleServiceImplBase
                        
    • 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
      void ping(PingRequest request, StreamObserver<PingResponse> responseObserver)
      void getModuleContext(ModuleContextRequest request, StreamObserver<ModuleContextResponse> responseObserver)
      StreamObserver<AcquireLeaseRequest> acquireLease(StreamObserver<AcquireLeaseResponse> responseObserver)
      void publishEvent(PublishEventRequest request, StreamObserver<PublishEventResponse> responseObserver)
      • Methods inherited from class xyz.block.ftl.v1.ModuleServiceGrpc.ModuleServiceImplBase

        bindService
      • Methods inherited from class java.lang.Object

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

      • TestModuleServer

        TestModuleServer()
    • Method Detail

      • ping

         void ping(PingRequest request, StreamObserver<PingResponse> responseObserver)
      • getModuleContext

         void getModuleContext(ModuleContextRequest request, StreamObserver<ModuleContextResponse> responseObserver)
      • acquireLease

         StreamObserver<AcquireLeaseRequest> acquireLease(StreamObserver<AcquireLeaseResponse> responseObserver)
      • publishEvent

         void publishEvent(PublishEventRequest request, StreamObserver<PublishEventResponse> responseObserver)