Class ExLinkage

java.lang.Object
io.horizon.spi.feature.ExLinkage
All Implemented Interfaces:
Linkage

public class ExLinkage extends Object implements Linkage
Author:
Lang
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.Future<io.vertx.core.json.JsonArray>
    fetch(io.vertx.core.json.JsonObject criteria)
     
    io.vertx.core.Future<io.vertx.core.json.JsonArray>
    link(io.vertx.core.json.JsonArray linkage, boolean vector)
     
    io.vertx.core.Future<Boolean>
    unlink(io.vertx.core.json.JsonObject criteria)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExLinkage

      public ExLinkage()
  • Method Details

    • link

      public io.vertx.core.Future<io.vertx.core.json.JsonArray> link(io.vertx.core.json.JsonArray linkage, boolean vector)
      Specified by:
      link in interface Linkage
    • unlink

      public io.vertx.core.Future<Boolean> unlink(io.vertx.core.json.JsonObject criteria)
      Specified by:
      unlink in interface Linkage
    • fetch

      public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetch(io.vertx.core.json.JsonObject criteria)
      Specified by:
      fetch in interface Linkage