Package io.horizon.spi.feature
Interface Linkage
public interface Linkage
This interface is for X_LINKAGE processing between
different modules, It's implemented by service loader instead of
other method, that's why here we defined inner `Channel` part
- Author:
- Lang
-
Method Summary
Modifier and TypeMethodDescriptionio.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)
-
Method Details
-
link
io.vertx.core.Future<io.vertx.core.json.JsonArray> link(io.vertx.core.json.JsonArray linkage, boolean vector) -
unlink
-
fetch
io.vertx.core.Future<io.vertx.core.json.JsonArray> fetch(io.vertx.core.json.JsonObject criteria)
-