public class ExEmployeeEpic extends Object implements ExEmployee
| Constructor and Description |
|---|
ExEmployeeEpic() |
| Modifier and Type | Method and 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) |
public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchAsync(String id)
fetchAsync in interface ExEmployeepublic io.vertx.core.Future<io.vertx.core.json.JsonObject> updateAsync(String id, io.vertx.core.json.JsonObject params)
updateAsync in interface ExEmployeeCopyright © 2021. All rights reserved.