Interface BookStub

All Known Implementing Classes:
BookService

public interface BookStub
Author:
Lang
  • Method Details

    • fetchAsync

      io.vertx.core.Future<List<FBook>> fetchAsync(io.vertx.core.json.JsonObject criteria)
    • fetchByOrder

      io.vertx.core.Future<List<FBook>> fetchByOrder(String orderId)
    • fetchAuthorize

      io.vertx.core.Future<List<FPreAuthorize>> fetchAuthorize(List<FBook> books)
    • createAsync

      io.vertx.core.Future<List<FBook>> createAsync(List<FBook> books, io.aeon.experiment.specification.KNaming spec)
    • fetchByKey

      io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchByKey(String key)