Interface TrashPlatform

All Known Implementing Classes:
TrashPlatformService

public interface TrashPlatform
  • Method Summary

    Modifier and Type
    Method
    Description
    createShared(io.vertx.core.Vertx vertx, io.vertx.core.json.JsonObject options)
     
    getClient(String identifier)
     
  • Method Details

    • createShared

      static TrashPlatform createShared(io.vertx.core.Vertx vertx, io.vertx.core.json.JsonObject options)
    • getClient

      TrashClient getClient(String identifier)