This type is a class for model objects.
ManagedExecutorService configuration object.
Package: concurrency| Attributes Summary | |
| concurrencyPolicyRef : EString | Concurrency policy for tasks that are submitted to this executor. If multiple executors specify the same concurrency policy, then the policy's constraints are enforced across tasks that are submitted by the collection of executors that specify the policy. |
| contextServiceRef : EString | Configures how context is propagated to threads |
| longRunningPolicyRef : EString | Concurrency policy for tasks that specify the LONGRUNNING_HINT execution property with value of 'true'. If multiple executors specify the same concurrency policy, then the policy's constraints are enforced across tasks that are submitted by the whole the collection of executors that specify the policy. If unspecified, the long running concurrency policy defaults to the executor's general concurrency policy. |
| Attribute Details |