Class AbstractNovae

java.lang.Object
io.vertx.aeon.uca.alive.AbstractNovae
All Implemented Interfaces:
io.horizon.cloud.program.HNovae, io.horizon.specification.action.HCommand<io.aeon.atom.iras.HAeon,io.vertx.core.Future<Boolean>>, io.horizon.specification.action.HEvent<io.aeon.atom.iras.HAeon,Boolean>
Direct Known Subclasses:
AeonNovae

public abstract class AbstractNovae extends Object implements io.horizon.cloud.program.HNovae
「持续在线」 - 可选择两种代码空间:SVN 和 GIT,目前只提供 Git 作为默认版本,处理低代码底层空间 - 行为 --- 1. 连接后创建新库(初始化) --- 2. 配置连接K8(初始化) --- 3. 创建数据库TiDB(初始化)
Author:
Lang
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected io.vertx.core.Vertx
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.horizon.cloud.program.HNovae
    bind(io.vertx.core.Vertx vertx)
     

    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.HEvent

    compile, configure, synchro
  • Field Details

    • vertx

      protected io.vertx.core.Vertx vertx
  • Constructor Details

    • AbstractNovae

      public AbstractNovae()
  • Method Details

    • bind

      public io.horizon.cloud.program.HNovae bind(io.vertx.core.Vertx vertx)
      Specified by:
      bind in interface io.horizon.specification.action.HEvent<io.aeon.atom.iras.HAeon,Boolean>