Interface Serial

All Known Implementing Classes:
SerialGen

public interface Serial
Author:
Lang
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.Future<io.vertx.core.json.JsonArray>
    generate(io.vertx.core.json.JsonObject condition, Integer count)
     
    io.vertx.core.Future<Boolean>
    reset(io.vertx.core.json.JsonObject condition, Long defaultValue)
     
  • Method Details

    • generate

      io.vertx.core.Future<io.vertx.core.json.JsonArray> generate(io.vertx.core.json.JsonObject condition, Integer count)
    • reset

      io.vertx.core.Future<Boolean> reset(io.vertx.core.json.JsonObject condition, Long defaultValue)