\Acms\Services\ReactFactory

Summary

Methods
Properties
Constants
__construct()
createQueue()
createRequest()
No public properties found
No constants found
No protected methods found
$loop
$httpClient
N/A
No private methods found
No private properties found
N/A

Properties

$loop

$loop : \React\EventLoop\LibEventLoop|\React\EventLoop\StreamSelectLoop

Type

\React\EventLoop\LibEventLoop|\React\EventLoop\StreamSelectLoop

$httpClient

$httpClient : \React\HttpClient\Client

Type

\React\HttpClient\Client

Methods

__construct()

__construct() 

createRequest()

createRequest(string  $url, callable|\Closure|null  $callback = null) : \Acms\Services\React\Request

create Request

Parameters

string $url
callable|\Closure|null $callback

Returns

\Acms\Services\React\Request