Uses of Interface
com.atlassian.event.spi.EventDispatcher
Packages that use EventDispatcher
-
Uses of EventDispatcher in com.atlassian.event.internal
Classes in com.atlassian.event.internal that implement EventDispatcherModifier and TypeClassDescriptionclassThis dispatcher will dispatch event asynchronously if: the event 'is' asynchronous, as resolved by theAsynchronousEventResolverand the invokersupports asynchronous eventsConstructors in com.atlassian.event.internal with parameters of type EventDispatcherModifierConstructorDescriptionEventPublisherImpl(EventDispatcher eventDispatcher, ListenerHandlersConfiguration configuration) EventPublisherImpl(EventDispatcher eventDispatcher, ListenerHandlersConfiguration listenerHandlersConfiguration, InvokerTransformer transformer) If you need to customise the asynchronous handling, you should use theAsynchronousAbleEventDispatchertogether with a custom executor.