Package com.tailf.dp

Class DpThreadPoolFactory

Object
com.tailf.dp.DpThreadPoolFactory
All Implemented Interfaces:
ThreadFactory

public class DpThreadPoolFactory extends Object implements ThreadFactory
The customized thread Factory this is used for creating customized threads that uses UncaughtExceptionHandler and for thread that performs debug logging message so we could interpret the thread dumps and error logs.
  • Constructor Details

    • DpThreadPoolFactory

      public DpThreadPoolFactory(String poolName)
  • Method Details