Uses of Class
io.vertx.tp.ke.atom.specification.KPoint
-
Packages that use KPoint Package Description io.vertx.tp.ke.atom.specification -
-
Uses of KPoint in io.vertx.tp.ke.atom.specification
Methods in io.vertx.tp.ke.atom.specification that return KPoint Modifier and Type Method Description KPointKJoin. getSource()KPointKPoint. indent(String identifier)KPointKJoin. point(io.vertx.core.json.JsonArray data)KPointKJoin. point(io.vertx.core.json.JsonObject data)KPointKJoin. point(String identifier)Methods in io.vertx.tp.ke.atom.specification that return types with arguments of type KPoint Modifier and Type Method Description ConcurrentMap<String,KPoint>KJoin. getTarget()Methods in io.vertx.tp.ke.atom.specification with parameters of type KPoint Modifier and Type Method Description voidKJoin. dataCond(io.vertx.core.json.JsonObject ds, KPoint target, io.vertx.core.json.JsonObject data)voidKJoin. dataIn(io.vertx.core.json.JsonObject ds, KPoint target, io.vertx.core.json.JsonObject data)key -> keyJoinvoidKJoin. dataOut(io.vertx.core.json.JsonObject ds, KPoint target, io.vertx.core.json.JsonObject data)keyJoin -> keyvoidKJoin. setSource(KPoint source)Method parameters in io.vertx.tp.ke.atom.specification with type arguments of type KPoint Modifier and Type Method Description voidKJoin. setTarget(ConcurrentMap<String,KPoint> target)
-