public abstract class AbstractEventExecutorFactory extends Object implements EventExecutorFactory
| Constructor and Description |
|---|
AbstractEventExecutorFactory(EventThreadPoolConfiguration configuration) |
AbstractEventExecutorFactory(EventThreadPoolConfiguration configuration,
EventThreadFactory eventThreadFactory) |
public AbstractEventExecutorFactory(EventThreadPoolConfiguration configuration, EventThreadFactory eventThreadFactory)
configuration - eventThreadFactory - public AbstractEventExecutorFactory(EventThreadPoolConfiguration configuration)
protected abstract BlockingQueue<Runnable> getQueue()
BlockingQueue for the construction of a new Executorpublic Executor getExecutor()
getExecutor in interface EventExecutorFactoryExecutorCopyright © 2006–2015 Atlassian. All rights reserved.