Uses of Class
org.openiam.concurrent.OpenIAMThreadPoolTaskExecutor
-
Packages that use OpenIAMThreadPoolTaskExecutor Package Description org.openiam.config org.openiam.workflow.activiti.utils -
-
Uses of OpenIAMThreadPoolTaskExecutor in org.openiam.config
Methods in org.openiam.config that return OpenIAMThreadPoolTaskExecutor Modifier and Type Method Description OpenIAMThreadPoolTaskExecutor
AuthorizationManagerConfiguration. authManagerCompilationPool()
OpenIAMThreadPoolTaskExecutor
AbstractSchedulingConfiguration. batchTaskThreadExecutor()
protected OpenIAMThreadPoolTaskExecutor
AbstractSchedulingConfiguration. createTaskExecutor(int corePoolSize, int maxPoolSize, int queueCapacity, String prefix)
OpenIAMThreadPoolTaskExecutor
AbstractSchedulingConfiguration. taskExecutor()
OpenIAMThreadPoolTaskExecutor
AbstractSchedulingConfiguration. workerTaskExecutor()
-
Uses of OpenIAMThreadPoolTaskExecutor in org.openiam.workflow.activiti.utils
Fields in org.openiam.workflow.activiti.utils declared as OpenIAMThreadPoolTaskExecutor Modifier and Type Field Description protected OpenIAMThreadPoolTaskExecutor
ActivitiHelper. taskExecutor
-