Bitrix API

QueueConfig

Table of Contents

Properties

$brokerCode  : string|null
$handler  : string
$moduleId  : string
$queueId  : string
$retryStrategy  : RetryStrategyInterface

Methods

__construct()  : mixed
createReceiver()  : ReceiverInterface

Properties

$brokerCode read-only

public string|null $brokerCode

Methods

__construct()

public __construct(string $queueId, string $handler, string $moduleId, string|null $brokerCode, RetryStrategyInterface $retryStrategy) : mixed
Parameters
$queueId : string
$handler : string
$moduleId : string
$brokerCode : string|null
$retryStrategy : RetryStrategyInterface

createReceiver()

public createReceiver() : ReceiverInterface
Tags
throws
ConfigurationException
throws
LoaderException
throws
SystemException
Return values
ReceiverInterface

        
On this page

Search results