Interface Refreshable
-
- All Known Implementing Classes:
RefreshableLogServiceConfiguration
public interface Refreshable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidrefresh()reloads from original source of propertiesvoidrefresh(Properties properties)
-
-
-
Method Detail
-
refresh
void refresh(@Nullable Properties properties)
- Parameters:
properties- used to refresh the logging configuration. Ifnull, only properties reloaded from the configuration file will be used. Otherwise, the specified properties will replace all current properties and configuration file is ignored.
-
refresh
default void refresh()
reloads from original source of properties
-
-