См. определение в файле jsonrpctransport.php строка 7
◆ __construct()
__construct |
( |
array | $options = [] | ) |
|
◆ createJsonRpcRequest()
static createJsonRpcRequest |
( |
string | $method, |
|
|
| $params ) |
|
staticprotected |
◆ createRequestBatches()
static createRequestBatches |
( |
array | $messages | ) |
|
|
staticprotected |
- Аргументы
-
\Bitrix\Pull\DTO\Message[] | $messages | |
- Возвращает
- string[]
См. определение в файле jsonrpctransport.php строка 93
◆ executeBatch()
static executeBatch |
( |
string | $queueServerUrl, |
|
|
string | $batchBody ) |
|
staticprotected |
◆ executeMethod()
static executeMethod |
( |
string | $queueServerUrl, |
|
|
string | $method, |
|
|
array | $params ) |
|
staticprotected |
◆ getUsersLastSeen()
getUsersLastSeen |
( |
array | $userList | ) |
|
◆ performHttpRequest()
static performHttpRequest |
( |
string | $queueServerUrl, |
|
|
string | $body ) |
|
staticprotected |
◆ sendMessages()
sendMessages |
( |
array | $messages | ) |
|
- Аргументы
-
\Bitrix\Pull\DTO\Message[] | $messages | |
array | $options | |
- Возвращает
- Main\Result
- См. также
- DTO\Message
См. определение в файле jsonrpctransport.php строка 27
◆ updateUsersLastSeen()
updateUsersLastSeen |
( |
array | $userTimestamps | ) |
|
Communicates users' last seen timestamps to the queue server.
- Аргументы
-
array | $userTimestamps | USER_ID => LAST_SEEN_TIMESTAMP |
- Возвращает
- Main\Result
См. определение в файле jsonrpctransport.php строка 80
◆ $serverUrl
◆ METHOD_GET_LAST_SEEN
◆ METHOD_PUBLISH
const METHOD_PUBLISH = 'publish' |
|
protected |
◆ METHOD_UPDATE_LAST_SEEN
◆ VERSION