| 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. |
EventPublisherImpl(EventDispatcher eventDispatcher,
ListenerHandlersConfiguration listenerHandlersConfiguration,
com.atlassian.plugin.scope.ScopeManager scopeManager)
Inherits
EventPublisherImpl.EventPublisherImpl(EventDispatcher, ListenerHandlersConfiguration) and
allows injection of scope manager |
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–2018 Atlassian. All rights reserved.