Interface SaveableConfigContainer<T>

    • Method Detail

      • saveConfig

        void saveConfig()
        Overwrite the backing configuration with the in-memory copy of the configuration.
      • getReadLock

        java.util.concurrent.locks.Lock getReadLock()
      • getWriteLock

        java.util.concurrent.locks.Lock getWriteLock()