ThreadPoolExecutor.setThreadFactory

Sets the thread factory used to create new threads.

@param threadFactory the new thread factory @throws NullPointerException if threadFactory is null @see #getThreadFactory

class ThreadPoolExecutor
void
setThreadFactory

Meta