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