Package com.atlassian.bamboo.event.spi
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 Summary
ConstructorDescriptionBambooSingletonUnboundedEventExecutorFactory
(com.atlassian.event.config.EventThreadPoolConfiguration configuration, com.atlassian.event.internal.EventThreadFactory eventThreadFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Constructor Details
-
BambooSingletonUnboundedEventExecutorFactory
public BambooSingletonUnboundedEventExecutorFactory(com.atlassian.event.config.EventThreadPoolConfiguration configuration, com.atlassian.event.internal.EventThreadFactory eventThreadFactory)
-
-
Method Details
-
getExecutor
- Specified by:
getExecutor
in interfacecom.atlassian.event.spi.EventExecutorFactory
-
stopEventThreadPool
public void stopEventThreadPool()
-