Package io.vertx.tp.plugin.history
Interface TrashPlatform
-
- All Known Implementing Classes:
TrashPlatformService
public interface TrashPlatform
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static TrashPlatformcreateShared(io.vertx.core.Vertx vertx, io.vertx.core.json.JsonObject options)TrashClientgetClient(String identifier)
-
-
-
Method Detail
-
createShared
static TrashPlatform createShared(io.vertx.core.Vertx vertx, io.vertx.core.json.JsonObject options)
-
getClient
TrashClient getClient(String identifier)
-
-