Class ZeroApplication

java.lang.Object
io.vertx.up.runtime.ZeroApplication
Direct Known Subclasses:
MicroApplication, VertxApplication

public abstract class ZeroApplication extends Object
Starter of 3 Applications - VertxApplication ( Standard ) - MicroApplication ( Legacy Micro Service ) - AeonApplication ( Native Cloud )
Author:
Lang
  • Field Details

  • Constructor Details

    • ZeroApplication

      protected ZeroApplication(Class<?> clazz)
  • Method Details

    • logger

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

      protected void runBefore()
    • run

      public void run(Object... args)
    • runInternal

      protected void runInternal(io.vertx.core.Vertx vertx, Object... args)