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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void createComponents()  
      org.apache.activemq.artemis.core.server.ActiveMQServer getServer()  
      • 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

        org.apache.activemq.artemis.core.server.ActiveMQServer getServer()