public final class EventThreadFactory extends Object implements ThreadFactory
A thread factory that will name the threads AtlassianEvent::[thread_name].
If you need your own ThreadFactory we recommend delegating the Thread creation to
this implementation.
| Constructor and Description |
|---|
EventThreadFactory() |
EventThreadFactory(ThreadFactory delegateThreadFactory) |
public EventThreadFactory()
public EventThreadFactory(ThreadFactory delegateThreadFactory)
public Thread newThread(Runnable r)
newThread in interface ThreadFactoryCopyright © 2006-2018 Atlassian. All Rights Reserved.