public class EmployeeService extends Object implements EmployeeStub
USER_ID| Constructor and Description |
|---|
EmployeeService() |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
createAsync(io.vertx.core.json.JsonObject data) |
io.vertx.core.Future<Boolean> |
deleteAsync(String key) |
io.vertx.core.Future<io.vertx.core.json.JsonArray> |
fetchAsync(io.vertx.core.json.JsonObject condition) |
io.vertx.core.Future<io.vertx.core.json.JsonArray> |
fetchAsync(Set<String> keys) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
fetchAsync(String key) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
updateAsync(String key,
io.vertx.core.json.JsonObject data) |
public io.vertx.core.Future<io.vertx.core.json.JsonObject> createAsync(io.vertx.core.json.JsonObject data)
createAsync in interface EmployeeStubpublic io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchAsync(String key)
fetchAsync in interface EmployeeStubpublic io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchAsync(Set<String> keys)
fetchAsync in interface EmployeeStubpublic io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchAsync(io.vertx.core.json.JsonObject condition)
fetchAsync in interface EmployeeStubpublic io.vertx.core.Future<io.vertx.core.json.JsonObject> updateAsync(String key, io.vertx.core.json.JsonObject data)
updateAsync in interface EmployeeStubpublic io.vertx.core.Future<Boolean> deleteAsync(String key)
deleteAsync in interface EmployeeStubCopyright © 2021. All rights reserved.