Interface ConfigurationBackupController
- All Known Implementing Classes:
ConfigurationBackupControllerImpl
public interface ConfigurationBackupController
-
Method Summary
Modifier and TypeMethodDescriptionio.netty.buffer.ByteBufdownloadConfiguration(org.restexpress.Request request, org.restexpress.Response response) exportConfiguration(org.restexpress.Request request, org.restexpress.Response response) importConfiguration(org.restexpress.Request request, org.restexpress.Response response) uploadConfiguration(org.restexpress.Request request, org.restexpress.Response response) verifyConfiguration(org.restexpress.Request request, org.restexpress.Response response)
-
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)
-