Class FileBrokerHandler
- java.lang.Object
-
- org.apache.activemq.artemis.cli.factory.FileBrokerHandler
-
- All Implemented Interfaces:
BrokerHandler
public class FileBrokerHandler extends java.lang.Object implements BrokerHandler
-
-
Constructor Summary
Constructors Constructor Description FileBrokerHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BrokercreateServer(org.apache.activemq.artemis.dto.ServerDTO brokerDTO, org.apache.activemq.artemis.spi.core.security.ActiveMQSecurityManager security, org.apache.activemq.artemis.core.server.ActivateCallback activateCallback)
-
-
-
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:
createServerin interfaceBrokerHandler
-
-