Interface Trash


public interface Trash
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.Future<io.vertx.core.json.JsonArray>
    backupAsync(String identifier, io.vertx.core.json.JsonArray data)
     
    io.vertx.core.Future<io.vertx.core.json.JsonObject>
    backupAsync(String identifier, io.vertx.core.json.JsonObject data)
     
  • Method Details

    • backupAsync

      io.vertx.core.Future<io.vertx.core.json.JsonObject> backupAsync(String identifier, io.vertx.core.json.JsonObject data)
    • backupAsync

      io.vertx.core.Future<io.vertx.core.json.JsonArray> backupAsync(String identifier, io.vertx.core.json.JsonArray data)