Interface ConfigurationBackupController

All Known Implementing Classes:
ConfigurationBackupControllerImpl

public interface ConfigurationBackupController
  • Method Details

    • exportConfiguration

      ConfigBackupReference exportConfiguration(org.restexpress.Request request, org.restexpress.Response response)
    • downloadConfiguration

      io.netty.buffer.ByteBuf downloadConfiguration(org.restexpress.Request request, org.restexpress.Response response)
    • uploadConfiguration

      ConfigBackupReference uploadConfiguration(org.restexpress.Request request, org.restexpress.Response response)
    • importConfiguration

      ConfigBackupImportResult importConfiguration(org.restexpress.Request request, org.restexpress.Response response)
    • verifyConfiguration

      ConfigBackupImportResult verifyConfiguration(org.restexpress.Request request, org.restexpress.Response response)