Class Server

  • All Implemented Interfaces:
    com.squareup.wire.kotlin.grpcserver.WireBindableService , io.grpc.BindableService

    
    public final class Server
    extends VerbServiceWireGrpc.VerbServiceImplBase
                        

    FTL verb server.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Registry getRegistry()
      final VerbServiceClient getRoutingClient()
      final String getJvmModule()
      Unit Ping(PingRequest request, StreamObserver<PingResponse> response)
      Unit Call(CallRequest request, StreamObserver<CallResponse> response)
      • Methods inherited from class xyz.block.ftl.v1.VerbServiceWireGrpc.VerbServiceImplBase

        GetModuleContext, bindService
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait