Class MQTTProtocolManagerFactory.MQTTPeriodicTasks

  • All Implemented Interfaces:
    java.lang.Runnable, org.apache.activemq.artemis.core.server.ActiveMQComponent
    Enclosing class:
    MQTTProtocolManagerFactory

    public class MQTTProtocolManagerFactory.MQTTPeriodicTasks
    extends org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent
    • Constructor Summary

      Constructors 
      Constructor Description
      MQTTPeriodicTasks​(org.apache.activemq.artemis.core.server.ActiveMQServer server, java.util.concurrent.ScheduledExecutorService scheduledExecutorService)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent

        delay, getInitialDelay, getPeriod, getThreadFactory, getTimeUnit, isStarted, setInitialDelay, setInitialDelayAndPeriod, setInitialDelayAndPeriod, setPeriod, setPeriod, setTimeUnit, start, stop
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.activemq.artemis.core.server.ActiveMQComponent

        asyncStop
    • Constructor Detail

      • MQTTPeriodicTasks

        public MQTTPeriodicTasks​(org.apache.activemq.artemis.core.server.ActiveMQServer server,
                                 java.util.concurrent.ScheduledExecutorService scheduledExecutorService)
    • Method Detail

      • run

        public void run()