Class AbstractHET

java.lang.Object
io.horizon.spi.cloud.AbstractHET
All Implemented Interfaces:
io.aeon.specification.action.HCommand<io.vertx.core.json.JsonObject, io.horizon.atom.cloud.Hoi>, io.horizon.spi.cloud.HET

public abstract class AbstractHET extends Object implements io.aeon.specification.app.HET
Author:
Lang
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.macrocosm.atom.HOI
    configure (io.vertx.core.json.JsonObject input)
     
    protected io.horizon.uca.log.Annal
     

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface io.horizon.specification.action.HCommand

    bind, compile, synchro

    Methods inherited from interface io.horizon.spi.cloud.HET

    initialize
  • Constructor Details

    • AbstractHET

      public AbstractHET()
  • Method Details

    • configure

      public io.macrocosm.atom.HOI configure (io.vertx.core.json.JsonObject input)
      Specified by:
      configure in interface io.aeon.specification.action.HCommand<io.vertx.core.json.JsonObject, io.horizon.atom.cloud.Hoi>
      Specified by:
      configure in interface io.horizon.spi.cloud.HET
    • logger

      protected io.horizon.uca.log.Annal logger()