Class GrpcIoServer

  • All Implemented Interfaces:
    Handler<HttpServerRequest>

    public class GrpcIoServer
    extends GrpcServer
    implements Handler<HttpServerRequest>

    Extends the so it can be utilized with .

    In Vert.x 5, the core is decoupled from `io.grpc.*` packages to support JPMS.

    NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.