Class BambooSingletonUnboundedEventExecutorFactory

java.lang.Object
com.atlassian.bamboo.event.spi.BambooSingletonUnboundedEventExecutorFactory
All Implemented Interfaces:
com.atlassian.event.spi.EventExecutorFactory

public class BambooSingletonUnboundedEventExecutorFactory extends Object implements com.atlassian.event.spi.EventExecutorFactory
Thread factory that uses a single thread pool executor, allows for the executor to be retrieved
Since:
v4.0
  • Constructor Details

    • BambooSingletonUnboundedEventExecutorFactory

      public BambooSingletonUnboundedEventExecutorFactory(com.atlassian.event.config.EventThreadPoolConfiguration configuration, com.atlassian.event.internal.EventThreadFactory eventThreadFactory)
  • Method Details

    • getExecutor

      public EventLoggingThreadPoolExecutor getExecutor()
      Specified by:
      getExecutor in interface com.atlassian.event.spi.EventExecutorFactory
    • stopEventThreadPool

      public void stopEventThreadPool()