| Package | Description |
|---|---|
| com.atlassian.event.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
AsynchronousAbleEventDispatcher
This dispatcher will dispatch event asynchronously if: the event 'is' asynchronous, as resolved by the
AsynchronousEventResolver and the invoker supports asynchronous events |
| Constructor and Description |
|---|
EventPublisherImpl(EventDispatcher eventDispatcher,
ListenerHandlersConfiguration listenerHandlersConfiguration)
If you need to customise the asynchronous handling, you should use the
AsynchronousAbleEventDispatcher together with a custom executor. |
LockFreeEventPublisher(EventDispatcher eventDispatcher,
ListenerHandlersConfiguration listenerHandlersConfiguration) |
LockFreeEventPublisher(EventDispatcher eventDispatcher,
ListenerHandlersConfiguration listenerHandlersConfiguration,
InvokerTransformer transformer)
If you need to customise the asynchronous handling, you should use the
AsynchronousAbleEventDispatcher
together with a custom executor. |
Copyright © 2006–2015 Atlassian. All rights reserved.