Class: NNQ::CLI::ReqRunner
- Inherits:
-
BaseRunner
- Object
- BaseRunner
- NNQ::CLI::ReqRunner
- Defined in:
- lib/nnq/cli/req_rep.rb
Overview
Runner for REQ sockets (synchronous request-reply client).
nnq’s REQ is cooked: #send_request takes the request body and blocks until the matching reply arrives, returning the reply body.
Instance Attribute Summary
Attributes inherited from BaseRunner
Method Summary
Methods inherited from BaseRunner
Constructor Details
This class inherits a constructor from NNQ::CLI::BaseRunner