Class TrashClientImpl

java.lang.Object
io.vertx.tp.plugin.history.TrashClientImpl
All Implemented Interfaces:
TrashClient

public class TrashClientImpl extends Object implements TrashClient
  • Constructor Summary

    Constructors
    Constructor
    Description
    TrashClientImpl(io.vertx.core.Vertx vertxRef, String identifier)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.Future<io.vertx.core.json.JsonArray>
    backupAsync(io.vertx.core.json.JsonArray records)
     
    io.vertx.core.Future<io.vertx.core.json.JsonArray>
    backupAsync(io.vertx.core.json.JsonArray records, io.vertx.core.MultiMap params)
     
    io.vertx.core.Future<io.vertx.core.json.JsonObject>
    backupAsync(io.vertx.core.json.JsonObject record)
     
    io.vertx.core.Future<io.vertx.core.json.JsonObject>
    backupAsync(io.vertx.core.json.JsonObject record, io.vertx.core.MultiMap params)
     
    io.vertx.core.Future<io.vertx.core.json.JsonObject>
    restoreAsync(io.vertx.core.json.JsonObject record, io.vertx.core.MultiMap params)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TrashClientImpl

      public TrashClientImpl(io.vertx.core.Vertx vertxRef, String identifier)
  • Method Details

    • backupAsync

      public io.vertx.core.Future<io.vertx.core.json.JsonObject> backupAsync(io.vertx.core.json.JsonObject record, io.vertx.core.MultiMap params)
      Specified by:
      backupAsync in interface TrashClient
    • backupAsync

      public io.vertx.core.Future<io.vertx.core.json.JsonArray> backupAsync(io.vertx.core.json.JsonArray records, io.vertx.core.MultiMap params)
      Specified by:
      backupAsync in interface TrashClient
    • backupAsync

      public io.vertx.core.Future<io.vertx.core.json.JsonObject> backupAsync(io.vertx.core.json.JsonObject record)
      Specified by:
      backupAsync in interface TrashClient
    • backupAsync

      public io.vertx.core.Future<io.vertx.core.json.JsonArray> backupAsync(io.vertx.core.json.JsonArray records)
      Specified by:
      backupAsync in interface TrashClient
    • restoreAsync

      public io.vertx.core.Future<io.vertx.core.json.JsonObject> restoreAsync(io.vertx.core.json.JsonObject record, io.vertx.core.MultiMap params)
      Specified by:
      restoreAsync in interface TrashClient