Interface Twine<ID>

All Superinterfaces:
Tie<ID,io.vertx.core.json.JsonObject>

public interface Twine<ID> extends Tie<ID,io.vertx.core.json.JsonObject>
新接口,连通接口 1. 「找用户」被 ExUserEpic -> ExUser 通道调用,在 EmployeeService 中会调用 ExUser 2. 「找关联」原始的 UserExtension,正向查找 3. 「元数据」字段级的底层调用,执行字段转换 4. 「找关联」原始的 Role / Group 多向查找
Author:
Lang
  • Method Summary

    Modifier and Type
    Method
    Description
    default io.vertx.core.Future<io.vertx.core.json.JsonArray>
     
    default io.vertx.core.Future<io.vertx.core.json.JsonObject>
    searchAsync(String identifier, io.vertx.core.json.JsonObject criteria)
     

    Methods inherited from interface io.vertx.tp.ke.secure.Tie

    identAsync, identAsync, identAsync
  • Method Details

    • identAsync

      default io.vertx.core.Future<io.vertx.core.json.JsonArray> identAsync(Collection<ID> keys)
    • searchAsync

      default io.vertx.core.Future<io.vertx.core.json.JsonObject> searchAsync(String identifier, io.vertx.core.json.JsonObject criteria)