Class QueueConfigsReloader
- java.lang.Object
-
- ru.yoomoney.tech.dbqueue.settings.QueueConfigsReloader
-
public class QueueConfigsReloader extends java.lang.ObjectDynamic reload of queue configuration.Reloads queue configuration if source files has been changed.
- Since:
- 12.10.2021
-
-
Constructor Summary
Constructors Constructor Description QueueConfigsReloader(QueueConfigsReader queueConfigsReader, QueueService queueService)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart()Starts automatic reload of queue configurationvoidstop()Stops automatic reload of queue configuration
-
-
-
Constructor Detail
-
QueueConfigsReloader
public QueueConfigsReloader(@Nonnull QueueConfigsReader queueConfigsReader, @Nonnull QueueService queueService)Constructor- Parameters:
queueConfigsReader- queue configuration parserqueueService- queue service
-
-