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 anRemoteBroadcastEvent
through aJmsTemplate
-
-
Constructor Summary
Constructors Constructor Description RemoteBroadcastEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onBrokerStarted()
void
onEvent(RemoteBroadcastEvent eventArg)
-
-
-
Method Detail
-
onBrokerStarted
public void onBrokerStarted()
- Specified by:
onBrokerStarted
in interfaceBrokerStartAware
-
onEvent
@EventListener public void onEvent(RemoteBroadcastEvent eventArg)
-
-