Package com.atlassian.event.internal
Class EventThreadFactory
java.lang.Object
com.atlassian.event.internal.EventThreadFactory
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
EventThreadFactory
public EventThreadFactory() -
EventThreadFactory
-
-
Method Details
-
newThread
- Specified by:
newThreadin interfaceThreadFactory
-