Class EmployeeService

    • Constructor Detail

      • EmployeeService

        public EmployeeService()
    • Method Detail

      • createAsync

        public io.vertx.core.Future<io.vertx.core.json.JsonObject> createAsync​(io.vertx.core.json.JsonObject data)
        Specified by:
        createAsync in interface EmployeeStub
      • fetchAsync

        public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchAsync​(String key)
        Specified by:
        fetchAsync in interface EmployeeStub
      • fetchAsync

        public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchAsync​(Set<String> keys)
        Specified by:
        fetchAsync in interface EmployeeStub
      • fetchAsync

        public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchAsync​(io.vertx.core.json.JsonObject condition)
        Specified by:
        fetchAsync in interface EmployeeStub
      • updateAsync

        public io.vertx.core.Future<io.vertx.core.json.JsonObject> updateAsync​(String key,
                                                                               io.vertx.core.json.JsonObject data)
        Specified by:
        updateAsync in interface EmployeeStub