Class MQTTProtocolManagerFactory.MQTTPeriodicTasks

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

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

      • Fields inherited from class org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent

        executor, 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 interface org.apache.activemq.artemis.core.server.ActiveMQComponent

        asyncStop
    • Constructor Detail

      • MQTTPeriodicTasks

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

      • run

        public void run()