Interface ExternalComponent

  • All Superinterfaces:
    org.apache.activemq.artemis.core.server.ActiveMQComponent, org.apache.activemq.artemis.core.server.ServiceComponent

    public interface ExternalComponent
    extends org.apache.activemq.artemis.core.server.ServiceComponent
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void configure​(org.apache.activemq.artemis.dto.ComponentDTO config, java.lang.String artemisInstance, java.lang.String artemisHome)  
      • 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

      • configure

        void configure​(org.apache.activemq.artemis.dto.ComponentDTO config,
                       java.lang.String artemisInstance,
                       java.lang.String artemisHome)
                throws java.lang.Exception
        Throws:
        java.lang.Exception