| java.lang.Object | ||
| ↳ | com.atlassian.event.internal.AbstractEventExecutorFactory | |
| ↳ | com.atlassian.event.internal.DirectEventExecutorFactory | |
Known Direct Subclasses
|
Uses a SynchronousQueue to hand off tasks to the Executor. An attempt to to queue a task will fail if no threads are immediately available to run it
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
| |||||||||||