rabbit.util
Interface RestartableThreadFactory<T>


public interface RestartableThreadFactory<T>

An interface that describes a restartable thread factory. ThreadPool will use factories to create the thread as they are needed.


Method Summary
 T createThread()
           
 

Method Detail

createThread

T createThread()