com.atlassian.jira.event
Class JiraEventExecutorFactory

java.lang.Object
  extended by com.atlassian.jira.event.JiraEventExecutorFactory
All Implemented Interfaces:
com.atlassian.event.spi.EventExecutorFactory

public class JiraEventExecutorFactory
extends Object
implements com.atlassian.event.spi.EventExecutorFactory

This is a thread pool for async events. The pool is configured with:


Constructor Summary
JiraEventExecutorFactory()
           
 
Method Summary
 Executor getExecutor()
           
 void shutdown()
           
 void shutdown(ComponentManagerShutdownEvent shutdownEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraEventExecutorFactory

public JiraEventExecutorFactory()
Method Detail

getExecutor

public Executor getExecutor()
Specified by:
getExecutor in interface com.atlassian.event.spi.EventExecutorFactory

shutdown

@EventListener
public void shutdown(ComponentManagerShutdownEvent shutdownEvent)

shutdown

public void shutdown()


Copyright © 2002-2013 Atlassian. All Rights Reserved.