| Package | Description |
|---|---|
| com.atlassian.event.internal | |
| com.atlassian.event.spring |
| Modifier and Type | Class and Description |
|---|---|
class |
ListenerHandlerConfigurationImpl
The default configuration that only uses the
AnnotatedMethodsListenerHandler. |
| 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. |
| Constructor and Description |
|---|
EventListenerRegistrarBeanProcessor(String eventListenerRegistrarBeanName,
ListenerHandlersConfiguration listenerHandlersConfiguration)
Deprecated.
|
Copyright © 2006–2018 Atlassian. All rights reserved.