PHP Класс AppserverIo\Appserver\MessageQueue\QueueManagerSettings

Автор: Tim Wagner ([email protected])
Наследование: extends AppserverIo\Appserver\Application\StandardManagerSettings, implements AppserverIo\Appserver\MessageQueue\QueueManagerSettingsInterface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( ) Initialize the default MQ settings.
getMaximumJobsToProcess ( ) : integer Return's the maximum number of jobs to process in prallel.
setMaximumJobsToProcess ( integer $maximumJobsToProcess ) : void Set's the maximum number of jobs to process in prallel.

Описание методов

__construct() публичный метод

Initialize the default MQ settings.
public __construct ( )

getMaximumJobsToProcess() публичный метод

Return's the maximum number of jobs to process in prallel.
public getMaximumJobsToProcess ( ) : integer
Результат integer The maximum number of jobs

setMaximumJobsToProcess() публичный метод

Set's the maximum number of jobs to process in prallel.
public setMaximumJobsToProcess ( integer $maximumJobsToProcess ) : void
$maximumJobsToProcess integer The maximum number of jobs
Результат void