Package io.vertx.tp.optic.business
Interface ExEmployee
-
public interface ExEmployee
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.vertx.core.Future<io.vertx.core.json.JsonObject>fetchAsync(String id)io.vertx.core.Future<io.vertx.core.json.JsonObject>updateAsync(String id, io.vertx.core.json.JsonObject params)
-