public final class

EventThreadFactory

extends Object
implements ThreadFactory
java.lang.Object
   ↳ com.atlassian.event.internal.EventThreadFactory

Class Overview

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.

Summary

Public Constructors
EventThreadFactory()
EventThreadFactory(ThreadFactory delegateThreadFactory)
Public Methods
Thread newThread(Runnable r)
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.util.concurrent.ThreadFactory

Public Constructors

public EventThreadFactory ()

public EventThreadFactory (ThreadFactory delegateThreadFactory)

Public Methods

public Thread newThread (Runnable r)