Class EventThreadFactory

java.lang.Object
com.atlassian.event.internal.EventThreadFactory
All Implemented Interfaces:
ThreadFactory

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 Details

    • EventThreadFactory

      public EventThreadFactory()
    • EventThreadFactory

      public EventThreadFactory(ThreadFactory delegateThreadFactory)
  • Method Details