RPCHandler(vertx: Vertx!, messageSender: Consumer<Bytes!>!, terminationFn: Runnable!)
Makes RPC requests over a connection
vertx
- Vertx!: The vertx instance to queue requests with
messageSender
- Consumer<Bytes!>!: sends the request to the node