|
1C-Bitrix 25.700.0
|
Функции | |
| setPollingInterval (int $msec) | |
| getPollingInterval () | |
| receive (int $timeout=0) | |
| getVisibilityTimeout () | |
| setVisibilityTimeout (int $visibilityTimeout=null) | |
| getBody () | |
| setBody ($body) | |
| setProperties (array $properties) | |
| setProperty (string $name, $value) | |
| getProperties () | |
| getProperty (string $name, $default=null) | |
| setHeader (string $name, $value) | |
| setHeaders (array $headers) | |
| getHeaders () | |
| getHeader (string $name, $default=null) | |
| setRedelivered (bool $redelivered) | |
| isRedelivered () | |
| setCorrelationId (string $correlationId=null) | |
| getCorrelationId () | |
| setMessageId (string $messageId=null) | |
| getMessageId () | |
| getTimestamp () | |
| setTimestamp (int $timestamp=null) | |
| setReplyTo (string $replyTo=null) | |
| getReplyTo () | |
Переменные | |
| trait | ConsumerPollingTrait |
| trait | ConsumerVisibilityTimeoutTrait |
| trait | MessageTrait |
| getBody | ( | ) |
См. определение в файле messagetrait.php строка 30
| getCorrelationId | ( | ) |
См. определение в файле messagetrait.php строка 123
| getHeader | ( | string | $name, |
| $default = null ) |
См. определение в файле messagetrait.php строка 99
| getHeaders | ( | ) |
См. определение в файле messagetrait.php строка 94
| getMessageId | ( | ) |
См. определение в файле messagetrait.php строка 135
| getPollingInterval | ( | ) |
Get polling interval in milliseconds.
См. определение в файле consumerpollingtrait.php строка 30
| getProperties | ( | ) |
См. определение в файле messagetrait.php строка 63
| getProperty | ( | string | $name, |
| $default = null ) |
См. определение в файле messagetrait.php строка 68
| getReplyTo | ( | ) |
См. определение в файле messagetrait.php строка 161
| getTimestamp | ( | ) |
См. определение в файле messagetrait.php строка 140
| getVisibilityTimeout | ( | ) |
См. определение в файле consumervisibilitytimeouttrait.php строка 16
| isRedelivered | ( | ) |
См. определение в файле messagetrait.php строка 111
| receive | ( | int | $timeout = 0 | ) |
См. определение в файле consumerpollingtrait.php строка 35
| setBody | ( | $body | ) |
См. определение в файле messagetrait.php строка 35
| setCorrelationId | ( | string | $correlationId = null | ) |
См. определение в файле messagetrait.php строка 116
| setHeader | ( | string | $name, |
| $value ) |
См. определение в файле messagetrait.php строка 73
| setHeaders | ( | array | $headers | ) |
См. определение в файле messagetrait.php строка 87
| setMessageId | ( | string | $messageId = null | ) |
См. определение в файле messagetrait.php строка 128
| setPollingInterval | ( | int | $msec | ) |
Set polling interval in milliseconds.
См. определение в файле consumerpollingtrait.php строка 21
| setProperties | ( | array | $properties | ) |
См. определение в файле messagetrait.php строка 42
| setProperty | ( | string | $name, |
| $value ) |
См. определение в файле messagetrait.php строка 49
| setRedelivered | ( | bool | $redelivered | ) |
См. определение в файле messagetrait.php строка 104
| setReplyTo | ( | string | $replyTo = null | ) |
См. определение в файле messagetrait.php строка 154
| setTimestamp | ( | int | $timestamp = null | ) |
См. определение в файле messagetrait.php строка 147
| setVisibilityTimeout | ( | int | $visibilityTimeout = null | ) |
The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage request.
См. определение в файле consumervisibilitytimeouttrait.php строка 25
| trait ConsumerPollingTrait |
The ConsumerPollingTrait is a common implementation of the polling algorithm for a Consumer
См. определение в файле consumerpollingtrait.php строка 10
| trait ConsumerVisibilityTimeoutTrait |
The ConsumerVisibilityTimeoutTrait implements message visibility timeout for a Consumer supporting an acknowledgement mechanism
См. определение в файле consumervisibilitytimeouttrait.php строка 9
| trait MessageTrait |
The MessageTrait is a common implementation of the Message interface
См. определение в файле messagetrait.php строка 8