Class ServiceMethod<I,​O>

  • All Implemented Interfaces:
    io.vertx.lang.rx.RxDelegate

    public class ServiceMethod<I,​O>
    extends Object
    implements io.vertx.lang.rx.RxDelegate
    Bundle all the bits required to call or bind a grpc service method.

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