Class FileBrokerHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Broker createServer​(org.apache.activemq.artemis.dto.ServerDTO brokerDTO, org.apache.activemq.artemis.spi.core.security.ActiveMQSecurityManager security, org.apache.activemq.artemis.core.server.ActivateCallback activateCallback)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FileBrokerHandler

        public FileBrokerHandler()
    • Method Detail

      • createServer

        public Broker createServer​(org.apache.activemq.artemis.dto.ServerDTO brokerDTO,
                                   org.apache.activemq.artemis.spi.core.security.ActiveMQSecurityManager security,
                                   org.apache.activemq.artemis.core.server.ActivateCallback activateCallback)
        Specified by:
        createServer in interface BrokerHandler