Class AbstractArbor

java.lang.Object
io.horizon.spi.phantom.AbstractArbor
All Implemented Interfaces:
Arbor

public abstract class AbstractArbor extends Object implements Arbor
Author:
Lang
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected io.vertx.core.Future<io.vertx.core.json.JsonArray>
    combineArbor(io.vertx.core.json.JsonObject category, io.vertx.core.json.JsonArray children, io.vertx.core.json.JsonObject configuration)
     
    protected io.vertx.core.Future<io.vertx.core.json.JsonArray>
    combineArbor(io.vertx.core.json.JsonObject category, io.vertx.core.json.JsonObject configuration)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.horizon.spi.feature.Arbor

    generate
  • Constructor Details

    • AbstractArbor

      public AbstractArbor()
  • Method Details

    • combineArbor

      protected io.vertx.core.Future<io.vertx.core.json.JsonArray> combineArbor(io.vertx.core.json.JsonObject category, io.vertx.core.json.JsonArray children, io.vertx.core.json.JsonObject configuration)
    • combineArbor

      protected io.vertx.core.Future<io.vertx.core.json.JsonArray> combineArbor(io.vertx.core.json.JsonObject category, io.vertx.core.json.JsonObject configuration)