All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.getunleash.repository.BackupHandler Maven / Gradle / Ivy

package io.getunleash.repository;

public interface BackupHandler {
    T read();

    void write(T collection);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy