| java.lang.Object | ||
| ↳ | com.atlassian.event.internal.AbstractEventExecutorFactory | |
| ↳ | com.atlassian.event.internal.UnboundedEventExecutorFactory | |
Uses a LinkedBlockingQueue to hand off tasks to the Executor. Will cause new tasks to wait in the queue when all threads are busy.
See ThreadPoolExecutor for more information.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.event.internal.AbstractEventExecutorFactory
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.event.spi.EventExecutorFactory
| |||||||||||
Executor