Class: NNQ::CLI::ReqRunner

Inherits:
BaseRunner show all
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

#config, #sock

Method Summary

Methods inherited from BaseRunner

#call, #initialize

Constructor Details

This class inherits a constructor from NNQ::CLI::BaseRunner