Package com.atlassian.bamboo.amq
Class BambooBrokerControllerImpl
java.lang.Object
com.atlassian.bamboo.amq.BambooBrokerControllerImpl
- All Implemented Interfaces:
BambooBrokerController
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerBrokerStartListener
(@NotNull BrokerStartAware brokerStartAware) void
Starts AMQ broker and agent event broadcast service.
-
Constructor Details
-
BambooBrokerControllerImpl
public BambooBrokerControllerImpl()
-
-
Method Details
-
startAmqBroker
Description copied from interface:BambooBrokerController
Starts AMQ broker and agent event broadcast service.- Specified by:
startAmqBroker
in interfaceBambooBrokerController
- Throws:
Exception
-
registerBrokerStartListener
-