| Package | Description |
|---|---|
| com.atlassian.event.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEventExecutorFactory
|
class |
DirectEventExecutorFactory
Uses a
SynchronousQueue to hand off tasks to the Executor. |
class |
EventExecutorFactoryImpl
Deprecated.
|
class |
UnboundedEventExecutorFactory
Uses a
LinkedBlockingQueue to hand off tasks to the Executor. |
| Constructor and Description |
|---|
AsynchronousAbleEventDispatcher(EventExecutorFactory executorFactory) |
AsynchronousAbleEventDispatcher(EventExecutorFactory executorFactory,
AsynchronousEventResolver asynchronousEventResolver) |
AsynchronousAbleEventDispatcher(EventExecutorFactory executorFactory,
AsynchronousEventResolver asynchronousEventResolver,
EventRunnableFactory runnableFactory) |
Copyright © 2006–2015 Atlassian. All rights reserved.