Package com.atlassian.bamboo.event.spi
Class BambooListenerHandlersConfiguration
- java.lang.Object
-
- com.atlassian.bamboo.event.spi.BambooListenerHandlersConfiguration
-
- All Implemented Interfaces:
com.atlassian.event.config.ListenerHandlersConfiguration
public class BambooListenerHandlersConfiguration extends Object implements com.atlassian.event.config.ListenerHandlersConfiguration
Registers aListenerHandler
that can enforce thatInlineEventListener
s are executed synchronously
-
-
Constructor Summary
Constructors Constructor Description BambooListenerHandlersConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<com.atlassian.event.spi.ListenerHandler>
getListenerHandlers()
Due to implementation of LockFreeEventPublisher when handlers create multiple invokers for a listener/event class then last one takes precedence (there's a map-backed storage).
-
-
-
Method Detail
-
getListenerHandlers
public List<com.atlassian.event.spi.ListenerHandler> getListenerHandlers()
Due to implementation of LockFreeEventPublisher when handlers create multiple invokers for a listener/event class then last one takes precedence (there's a map-backed storage).- Specified by:
getListenerHandlers
in interfacecom.atlassian.event.config.ListenerHandlersConfiguration
-
-