Interface RuleStub

  • All Known Implementing Classes:
    RuleService

    public interface RuleStub
    Author:
    Lang
    • Method Detail

      • procAsync

        io.vertx.core.Future<io.vertx.core.json.JsonArray> procAsync​(List<SPath> paths)
      • fetchViews

        io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchViews​(String ownerType,
                                                                      String ownerId,
                                                                      io.vertx.core.json.JsonArray keys,
                                                                      String view)
      • saveViews

        io.vertx.core.Future<io.vertx.core.json.JsonArray> saveViews​(String ownerType,
                                                                     String ownerId,
                                                                     io.vertx.core.json.JsonArray keys,
                                                                     String view)