Interface Tie<ID,T>

All Known Subinterfaces:
Twine<ID>

public interface Tie<ID,T>
新接口,连同打结接口 1. Twine 的父接口,对返回值可定义 2. Twine 则直接继承自该接口,主要处理一对多需求 3. 简化原始的 UserService 专用接口
Author:
Lang
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.Future<T>
     
    io.vertx.core.Future<T>
    identAsync(ID key, io.vertx.core.json.JsonObject updatedJ)
     
    default io.vertx.core.Future<T>
    identAsync(io.vertx.core.json.JsonObject condition)
     
  • Method Details

    • identAsync

      default io.vertx.core.Future<T> identAsync(io.vertx.core.json.JsonObject condition)
    • identAsync

      io.vertx.core.Future<T> identAsync(ID key)
    • identAsync

      io.vertx.core.Future<T> identAsync(ID key, io.vertx.core.json.JsonObject updatedJ)