Pattern.Service.Advanced

Description

Advanced pattern service functions

Functions

NameSignature and Synopsis
getMaxExecutorThreadsint getMaxExecutorThreads()
Returns the maximum number of pooled Threads that the Service can create and use for pattern processing.
getMaxSchedulerThreadsint getMaxSchedulerThreads()
Returns the maximum number of pooled Threads that the Service can create and use for scheduling time based tasks during pattern processing.
setMaxExecutorThreadsvoid setMaxExecutorThreads(int numThreads)
Sets the maximum number of pooled Threads that the Service can create and use for pattern processing.
setMaxSchedulerThreadsvoid setMaxSchedulerThreads(int numThreads)
Sets the maximum number of pooled Threads that the Service can create and use for scheduling time based tasks during pattern processing.