| 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. |
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) |
Copyright © 2006–2015 Atlassian. All rights reserved.