Package ca.uhn.fhir.jpa.dao
Class ThreadPoolFactory
java.lang.Object
ca.uhn.fhir.jpa.dao.ThreadPoolFactory
Basic bean which will create a Task Executor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.core.task.AsyncTaskExecutor
newThreadPool
(Integer theBundleBatchPoolSize, Integer theBundleBatchMaxPoolSize, String theThreadPrefix)
-
Constructor Details
-
ThreadPoolFactory
public ThreadPoolFactory()
-
-
Method Details
-
newThreadPool
public org.springframework.core.task.AsyncTaskExecutor newThreadPool(Integer theBundleBatchPoolSize, Integer theBundleBatchMaxPoolSize, String theThreadPrefix)
-