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