|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventExecutorFactory | |
|---|---|
| com.atlassian.event.internal | |
| Uses of EventExecutorFactory in com.atlassian.event.internal |
|---|
| Classes in com.atlassian.event.internal that implement EventExecutorFactory | |
|---|---|
class |
AbstractEventExecutorFactory
A EventExecutorFactory that allows the Executor to be produced with a custom BlockingQueue |
class |
DirectEventExecutorFactory
Uses a SynchronousQueue to hand off tasks to the Executor. |
class |
EventExecutorFactoryImpl
Deprecated. use DirectEventExecutorFactory |
class |
UnboundedEventExecutorFactory
Uses a LinkedBlockingQueue to hand off tasks to the Executor. |
| Constructors in com.atlassian.event.internal with parameters of type EventExecutorFactory | |
|---|---|
AsynchronousAbleEventDispatcher(EventExecutorFactory executorFactory)
The only public constructor, uses an AnnotationAsynchronousEventResolver |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||