Class SourceInit

java.lang.Object
io.horizon.spi.extension.SourceInit
All Implemented Interfaces:
Init

public class SourceInit extends Object implements Init
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Function<io.vertx.core.json.JsonObject,io.vertx.core.Future<io.vertx.core.json.JsonObject>>
     
    io.vertx.core.json.JsonObject
    result(io.vertx.core.json.JsonObject input, io.vertx.core.json.JsonObject sourceJson)
     
    io.vertx.core.json.JsonObject
    whereUnique(io.vertx.core.json.JsonObject appJson)
     

    Methods inherited from class java.lang.Object

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

    • SourceInit

      public SourceInit()
  • Method Details

    • apply

      public Function<io.vertx.core.json.JsonObject,io.vertx.core.Future<io.vertx.core.json.JsonObject>> apply()
      Specified by:
      apply in interface Init
    • whereUnique

      public io.vertx.core.json.JsonObject whereUnique(io.vertx.core.json.JsonObject appJson)
      Specified by:
      whereUnique in interface Init
    • result

      public io.vertx.core.json.JsonObject result(io.vertx.core.json.JsonObject input, io.vertx.core.json.JsonObject sourceJson)
      Specified by:
      result in interface Init