Class GrpcJsonRPCService

java.lang.Object
io.quarkus.grpc.runtime.dev.ui.GrpcJsonRPCService

public class GrpcJsonRPCService extends Object
We should consider to use gRPC directly from the Javascript client. At the moment we send the data over json-rpc (web socket) to just create a Java gRPC client that calls the gRPC server method. We can just call the server method directly from Javascript. See @grpc/grpc-js
  • Field Details

    • httpConfig

      @Inject io.quarkus.vertx.http.runtime.VertxHttpConfig httpConfig
    • grpcConfiguration

      @Inject io.quarkus.grpc.runtime.config.GrpcConfiguration grpcConfiguration
    • grpcServices

      @Inject io.quarkus.grpc.runtime.devmode.GrpcServices grpcServices
  • Constructor Details

    • GrpcJsonRPCService

      public GrpcJsonRPCService()
  • Method Details