Interface | Description |
---|---|
BlockingResource |
Interface to designate the resource is a blocking one.
|
ExecutorFactory |
Used to configure and create executors
|
NonBlockingResource |
Interface to designate the resource is a non blocking one
|
SecurityAwareExecutorFactory |
Used to configure and create executors which are aware of the current security context
|
ThreadPoolExecutorFactory<T extends ExecutorService> |
Class | Description |
---|---|
BlockingThreadPoolExecutorFactory | Deprecated
since 12.0 with no replacement
|
Enum | Description |
---|---|
CachedThreadPoolExecutorFactory | |
ScheduledThreadPoolExecutorFactory |
Copyright © 2021 JBoss by Red Hat. All rights reserved.