Class ThreadPoolFactory

java.lang.Object
ca.uhn.fhir.jpa.dao.ThreadPoolFactory

public class ThreadPoolFactory extends Object
Basic bean which will create a Task Executor
  • Constructor Details

  • Method Details

    • newThreadPool

      public org.springframework.core.task.AsyncTaskExecutor newThreadPool(Integer theBundleBatchPoolSize, Integer theBundleBatchMaxPoolSize, String theThreadPrefix)