Package com.atlassian.bamboo.event
Class RemoteBroadcastEventListener
- java.lang.Object
-
- com.atlassian.bamboo.event.RemoteBroadcastEventListener
-
- All Implemented Interfaces:
BrokerStartAware
public class RemoteBroadcastEventListener extends Object implements BrokerStartAware
An event listener that rebroadcasts the anRemoteBroadcastEventthrough aJmsTemplate
-
-
Constructor Summary
Constructors Constructor Description RemoteBroadcastEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonBrokerStarted()voidonEvent(RemoteBroadcastEvent eventArg)
-
-
-
Method Detail
-
onBrokerStarted
public void onBrokerStarted()
- Specified by:
onBrokerStartedin interfaceBrokerStartAware
-
onEvent
@EventListener public void onEvent(RemoteBroadcastEvent eventArg)
-
-