| Name | Signature and Synopsis |
|---|---|
getMaxExecutorThreads | int getMaxExecutorThreads()Returns the maximum number of pooled Threads that the Service can create and use for pattern processing. |
getMaxSchedulerThreads | int getMaxSchedulerThreads()Returns the maximum number of pooled Threads that the Service can create and use for scheduling time based tasks during pattern processing. |
setMaxExecutorThreads | void setMaxExecutorThreads(int numThreads)Sets the maximum number of pooled Threads that the Service can create and use for pattern processing. |
setMaxSchedulerThreads | void 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. |