Interface Broker
-
- All Superinterfaces:
ActiveMQComponent,ServiceComponent
- All Known Implementing Classes:
FileBroker
public interface Broker extends ServiceComponent
A Broker os a set of ActiveMQComponents that create a Server, for instance core and jms.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreateComponents()ActiveMQServergetServer()-
Methods inherited from interface org.apache.activemq.artemis.core.server.ActiveMQComponent
asyncStop, isStarted, start, stop
-
Methods inherited from interface org.apache.activemq.artemis.core.server.ServiceComponent
stop
-
-
-
-
Method Detail
-
getServer
ActiveMQServer getServer()
-
-