Class ExEmployeeEpic

    • Constructor Detail

      • ExEmployeeEpic

        public ExEmployeeEpic()
    • Method Detail

      • fetchAsync

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

        public io.vertx.core.Future<io.vertx.core.json.JsonObject> updateAsync​(String id,
                                                                               io.vertx.core.json.JsonObject params)
        Specified by:
        updateAsync in interface ExEmployee