Interface FanStub

All Known Implementing Classes:
FanService

public interface FanStub
Author:
Lang
  • Method Details

    • singleAsync

      io.vertx.core.Future<io.vertx.core.json.JsonObject> singleAsync(FBill bill, FBillItem billItem, FPreAuthorize authorize)
    • singleAsync

      default io.vertx.core.Future<io.vertx.core.json.JsonObject> singleAsync(FBill bill, FBillItem billItem)
    • multiAsync

      io.vertx.core.Future<io.vertx.core.json.JsonObject> multiAsync(FBill bill, List<FBillItem> items)
    • splitAsync

      io.vertx.core.Future<io.vertx.core.json.JsonObject> splitAsync(FBillItem item, List<FBillItem> items)
    • revertAsync

      io.vertx.core.Future<io.vertx.core.json.JsonObject> revertAsync(FBillItem item, FBillItem to)
    • cancelAsync

      io.vertx.core.Future<Boolean> cancelAsync(io.vertx.core.json.JsonArray keys, io.vertx.core.json.JsonObject params)
    • cancelAsync

      io.vertx.core.Future<Boolean> cancelAsync(io.vertx.core.json.JsonArray keys, String key, io.vertx.core.json.JsonObject params)
    • transferAsync

      io.vertx.core.Future<io.vertx.core.json.JsonObject> transferAsync(ConcurrentMap<Boolean,List<FBillItem>> fromTo, FBook book, io.vertx.core.json.JsonObject params)