This type is a class for model objects.
ManagedThreadFactory configuration object.
Package: concurrency| Attributes Summary | |
| contextServiceRef : EString | Configures how context is propagated to threads |
| createDaemonThreads : EBoolean | Configures whether or not threads created by the managed thread factory should be daemon threads. |
| defaultPriority : EInt | Default priority for threads created by the managed thread factory. If unspecified, the priority of the creating thread is used. Priority cannot exceed the maximum priority for the managed thread factory, in which case the maximum priority is used instead. |
| maxPriority : EInt | Maximum priority for threads created by the managed thread factory. |
| Attribute Details |