Interface Broker
- All Superinterfaces:
org.apache.activemq.artemis.core.server.ActiveMQComponent, org.apache.activemq.artemis.core.server.ServiceComponent
- All Known Implementing Classes:
FileBroker
public interface Broker
extends org.apache.activemq.artemis.core.server.ServiceComponent
A Broker os a set of ActiveMQComponents that create a Server, for instance core and jms.
-
Method Summary
Modifier and TypeMethodDescriptionvoidorg.apache.activemq.artemis.core.server.ActiveMQServerMethods inherited from interface org.apache.activemq.artemis.core.server.ActiveMQComponent
asyncStop, isStarted, start, stopMethods inherited from interface org.apache.activemq.artemis.core.server.ServiceComponent
stop
-
Method Details
-
createComponents
-
getServer
org.apache.activemq.artemis.core.server.ActiveMQServer getServer()
-