Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Пространство имен Bitrix\Calendar\Core\Queue\Impl

Функции

 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()

getBody ( )

См. определение в файле messagetrait.php строка 30

◆ getCorrelationId()

getCorrelationId ( )

См. определение в файле messagetrait.php строка 123

◆ getHeader()

getHeader ( string $name,
$default = null )

См. определение в файле messagetrait.php строка 99

◆ getHeaders()

getHeaders ( )

См. определение в файле messagetrait.php строка 94

◆ getMessageId()

getMessageId ( )

См. определение в файле messagetrait.php строка 135

◆ getPollingInterval()

getPollingInterval ( )

Get polling interval in milliseconds.

См. определение в файле consumerpollingtrait.php строка 30

◆ getProperties()

getProperties ( )

См. определение в файле messagetrait.php строка 63

◆ getProperty()

getProperty ( string $name,
$default = null )

См. определение в файле messagetrait.php строка 68

◆ getReplyTo()

getReplyTo ( )

См. определение в файле messagetrait.php строка 161

◆ getTimestamp()

getTimestamp ( )

См. определение в файле messagetrait.php строка 140

◆ getVisibilityTimeout()

getVisibilityTimeout ( )

См. определение в файле consumervisibilitytimeouttrait.php строка 16

◆ isRedelivered()

isRedelivered ( )

См. определение в файле messagetrait.php строка 111

◆ receive()

receive ( int $timeout = 0)

См. определение в файле consumerpollingtrait.php строка 35

◆ setBody()

setBody ( $body)

См. определение в файле messagetrait.php строка 35

◆ setCorrelationId()

setCorrelationId ( string $correlationId = null)

См. определение в файле messagetrait.php строка 116

◆ setHeader()

setHeader ( string $name,
$value )

См. определение в файле messagetrait.php строка 73

◆ setHeaders()

setHeaders ( array $headers)

См. определение в файле messagetrait.php строка 87

◆ setMessageId()

setMessageId ( string $messageId = null)

См. определение в файле messagetrait.php строка 128

◆ setPollingInterval()

setPollingInterval ( int $msec)

Set polling interval in milliseconds.

См. определение в файле consumerpollingtrait.php строка 21

◆ setProperties()

setProperties ( array $properties)

См. определение в файле messagetrait.php строка 42

◆ setProperty()

setProperty ( string $name,
$value )

См. определение в файле messagetrait.php строка 49

◆ setRedelivered()

setRedelivered ( bool $redelivered)

См. определение в файле messagetrait.php строка 104

◆ setReplyTo()

setReplyTo ( string $replyTo = null)

См. определение в файле messagetrait.php строка 154

◆ setTimestamp()

setTimestamp ( int $timestamp = null)

См. определение в файле messagetrait.php строка 147

◆ setVisibilityTimeout()

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

Переменные

◆ ConsumerPollingTrait

trait ConsumerPollingTrait
Инициализатор
{
protected int $pollingInterval = 1000

The ConsumerPollingTrait is a common implementation of the polling algorithm for a Consumer

См. определение в файле consumerpollingtrait.php строка 10

◆ ConsumerVisibilityTimeoutTrait

trait ConsumerVisibilityTimeoutTrait
Инициализатор
{
private ?int $visibilityTimeout = null

The ConsumerVisibilityTimeoutTrait implements message visibility timeout for a Consumer supporting an acknowledgement mechanism

См. определение в файле consumervisibilitytimeouttrait.php строка 9

◆ MessageTrait

trait MessageTrait
Инициализатор
{
private $body = null

The MessageTrait is a common implementation of the Message interface

См. определение в файле messagetrait.php строка 8