Package akka.dispatch

Class ThreadPoolConfig.ThreadPoolExecutorServiceFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.concurrent.ExecutorService createExecutorService()  
      java.util.concurrent.ThreadFactory threadFactory()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ThreadPoolExecutorServiceFactory

        public ThreadPoolExecutorServiceFactory​(java.util.concurrent.ThreadFactory threadFactory)
    • Method Detail

      • threadFactory

        public java.util.concurrent.ThreadFactory threadFactory()