Package io.vertx.tp.optic.business
Class ExEmployeeEpic
- java.lang.Object
-
- io.vertx.tp.optic.business.ExEmployeeEpic
-
- All Implemented Interfaces:
ExEmployee
public class ExEmployeeEpic extends Object implements ExEmployee
-
-
Constructor Summary
Constructors Constructor Description ExEmployeeEpic()
-
Method Summary
All Methods Instance Methods Concrete 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)
-
-
-
Method Detail
-
fetchAsync
public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchAsync(String id)
- Specified by:
fetchAsyncin interfaceExEmployee
-
updateAsync
public io.vertx.core.Future<io.vertx.core.json.JsonObject> updateAsync(String id, io.vertx.core.json.JsonObject params)
- Specified by:
updateAsyncin interfaceExEmployee
-
-