|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Class Summary | |
|---|---|
| AbstractEventExecutorFactory | A EventExecutorFactory that allows the Executor to be produced with a custom BlockingQueue |
| AnnotatedMethodsListenerHandler | A listener handler that will check for single parameter methods annotated with the given annotation. |
| AsynchronousAbleEventDispatcher | This dispatcher will dispatch event asynchronously if:
the event 'is' asynchronous, as resolved by the AsynchronousEventResolver and
the invoker supports asynchronous events
|
| DirectEventExecutorFactory | Uses a SynchronousQueue to hand off tasks to the Executor. |
| EventExecutorFactoryImpl | Deprecated. use DirectEventExecutorFactory |
| EventPublisherImpl | The default implementation of the EventPublisher interface. |
| EventThreadFactory | A thread factory that will name the threads AtlassianEvent::[thread_name]. |
| EventThreadPoolConfigurationImpl | |
| ListenerHandlerConfigurationImpl | The default configuration that only uses the AnnotatedMethodsListenerHandler. |
| LockFreeEventPublisher | A non-blocking implementation of the EventPublisher interface. |
| UnboundedEventExecutorFactory | Uses a LinkedBlockingQueue to hand off tasks to the Executor. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||