Kraken\Runtime\Container\Manager\ThreadManagerBase::createRequest PHP Method

createRequest() protected method

Create Request.
protected createRequest ( Kraken\Channel\ChannelInterface $channel, string $receiver, string $command ) : Request
$channel Kraken\Channel\ChannelInterface
$receiver string
$command string
return Kraken\Channel\Extra\Request
    protected function createRequest(ChannelInterface $channel, $receiver, $command)
    {
        return new Request($channel, $receiver, $command);
    }