Uses of Interface
com.atlassian.event.config.ListenerHandlersConfiguration
Packages that use ListenerHandlersConfiguration
-
Uses of ListenerHandlersConfiguration in com.atlassian.event.internal
Classes in com.atlassian.event.internal that implement ListenerHandlersConfigurationModifier and TypeClassDescriptionclassThe default configuration that only uses theAnnotatedMethodsListenerHandler.Constructors in com.atlassian.event.internal with parameters of type ListenerHandlersConfigurationModifierConstructorDescriptionEventPublisherImpl(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.