Interface SaveableConfigContainer<T>

    • Method Detail

      • saveConfig

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

        Lock getReadLock()
      • getWriteLock

        Lock getWriteLock()