Class QueueConfigsReloader


  • public class QueueConfigsReloader
    extends java.lang.Object
    Dynamic reload of queue configuration.

    Reloads queue configuration if source files has been changed.

    Since:
    12.10.2021
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void start()
      Starts automatic reload of queue configuration
      void stop()
      Stops automatic reload of queue configuration
      • Methods inherited from class java.lang.Object

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

      • QueueConfigsReloader

        public QueueConfigsReloader​(@Nonnull
                                    QueueConfigsReader queueConfigsReader,
                                    @Nonnull
                                    QueueService queueService)
        Constructor
        Parameters:
        queueConfigsReader - queue configuration parser
        queueService - queue service
    • Method Detail

      • start

        public void start()
        Starts automatic reload of queue configuration
      • stop

        public void stop()
        Stops automatic reload of queue configuration