Env
Class Env
Table of Contents
Methods
- getGroupThreadContext() : ThreadStrategy
- Get execution item limit.
- getJobExecutionItemLimit() : int
- Get execution item limit.
- getJobExecutionTimeout() : int
- Get execution timeout.
- getMaxConsentRequests() : bool
- getThreadContext() : IThreadStrategy
- Get execution item limit.
- isReiteratedJobCron() : bool
- Return true if reiterated jobs run at cron.
- isSenderJobCron() : bool
- Return true if jobs run at cron.
- isTransportNeedConsent() : bool
Methods
getGroupThreadContext()
Get execution item limit.
public
static getGroupThreadContext() : ThreadStrategy
Return values
ThreadStrategygetJobExecutionItemLimit()
Get execution item limit.
public
static getJobExecutionItemLimit() : int
Return values
intgetJobExecutionTimeout()
Get execution timeout.
public
static getJobExecutionTimeout() : int
Return values
intgetMaxConsentRequests()
public
static getMaxConsentRequests(string $code) : bool
Parameters
- $code : string
Return values
boolgetThreadContext()
Get execution item limit.
public
static getThreadContext() : IThreadStrategy
Return values
IThreadStrategyisReiteratedJobCron()
Return true if reiterated jobs run at cron.
public
static isReiteratedJobCron() : bool
Return values
boolisSenderJobCron()
Return true if jobs run at cron.
public
static isSenderJobCron() : bool
Return values
boolisTransportNeedConsent()
public
static isTransportNeedConsent(string $code) : bool
Parameters
- $code : string