Class AbstractWatcher.ReconfigurationRunnable
- java.lang.Object
-
- org.apache.logging.log4j.core.util.AbstractWatcher.ReconfigurationRunnable
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- AbstractWatcher
public static class AbstractWatcher.ReconfigurationRunnable extends java.lang.Object implements java.lang.Runnable
Helper class for triggering a reconfiguration in a background thread.
-
-
Field Summary
Fields Modifier and Type Field Description private ConfigurationListener
configurationListener
private Reconfigurable
reconfigurable
-
Constructor Summary
Constructors Constructor Description ReconfigurationRunnable(ConfigurationListener configurationListener, Reconfigurable reconfigurable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Field Detail
-
configurationListener
private final ConfigurationListener configurationListener
-
reconfigurable
private final Reconfigurable reconfigurable
-
-
Constructor Detail
-
ReconfigurationRunnable
public ReconfigurationRunnable(ConfigurationListener configurationListener, Reconfigurable reconfigurable)
-
-