Class 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 Detail

      • BambooSingletonUnboundedEventExecutorFactory

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

      • getExecutor

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