public interface SaveableConfigContainer<T> extends ReloadableConfigContainer<T>
ReloadableConfigContainer
that also supports writing the managed configuration back to the
persistent source.Modifier and Type | Method and Description |
---|---|
Lock |
getReadLock() |
Lock |
getWriteLock() |
void |
saveConfig()
Overwrite the backing configuration with the in-memory copy of the configuration.
|
getConfig, reload
Copyright © 2021. All rights reserved.