Interface ExEmployee


  • public interface ExEmployee
    • Method Detail

      • fetchAsync

        io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchAsync​(String id)
      • updateAsync

        io.vertx.core.Future<io.vertx.core.json.JsonObject> updateAsync​(String id,
                                                                        io.vertx.core.json.JsonObject params)