QueueManager
Table of Contents
Constants
-
PERMANENT_UPDATE_TIME
= 5
-
REGULAR_CHECK_TIME
= 3600
Methods
-
checkIncompleteSync()
: mixed
-
checkNotSendEvents()
: string|null
-
getNotIncompleteSections()
: array<string|int, mixed>
-
setIntervalForAgent()
: void
PERMANENT_UPDATE_TIME
public
mixed
PERMANENT_UPDATE_TIME
= 5
REGULAR_CHECK_TIME
public
mixed
REGULAR_CHECK_TIME
= 3600
checkIncompleteSync()
public
static checkIncompleteSync() : mixed
checkNotSendEvents()
public
static checkNotSendEvents([int $lastHandledId = 0 ]) : string|null
Parameters
-
$lastHandledId
: int
= 0
-
-
throws
-
ArgumentException
-
throws
-
ObjectException
-
throws
-
ObjectNotFoundException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
Return values
string|null
getNotIncompleteSections()
public
static getNotIncompleteSections() : array<string|int, mixed>
-
throws
-
ArgumentException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
Return values
array<string|int, mixed>
setIntervalForAgent()
public
static setIntervalForAgent([int $agentInterval = self::REGULAR_CHECK_TIME ][, int $delay = self::REGULAR_CHECK_TIME ]) : void
Parameters
-
$agentInterval
: int
= self::REGULAR_CHECK_TIME
-
-
$delay
: int
= self::REGULAR_CHECK_TIME
-