Thruway\Transport\InternalClientTransport::__construct PHP Method

__construct() public method

Constructor
public __construct ( callable $sendMessage, React\EventLoop\LoopInterface $loop )
$sendMessage callable
$loop React\EventLoop\LoopInterface
    public function __construct(callable $sendMessage, LoopInterface $loop)
    {
        $this->sendMessageFunction = $sendMessage;
        $this->loop = $loop;
    }