Class SystemInfoVerticle

java.lang.Object
io.vertx.core.AbstractVerticle
de.wuespace.telestion.api.verticle.TelestionVerticle<de.wuespace.telestion.api.verticle.NoConfiguration>
de.wuespace.telestion.examples.SystemInfoVerticle
All Implemented Interfaces:
io.vertx.core.Verticle

public class SystemInfoVerticle extends de.wuespace.telestion.api.verticle.TelestionVerticle<de.wuespace.telestion.api.verticle.NoConfiguration>
  • Field Summary

    Fields inherited from class de.wuespace.telestion.api.verticle.TelestionVerticle

    logger

    Fields inherited from class io.vertx.core.AbstractVerticle

    context, vertx
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class de.wuespace.telestion.api.verticle.TelestionVerticle

    config, getConfig, getConfigType, getDefaultConfig, getGenericConfig, getGenericDefaultConfig, onStart, onStop, onStop, setDefaultConfig, setDefaultConfig, start, start, stop, stop

    Methods inherited from class io.vertx.core.AbstractVerticle

    deploymentID, getVertx, init, processArgs

    Methods inherited from class java.lang.Object

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

    • SystemInfoVerticle

      public SystemInfoVerticle()
  • Method Details

    • onStart

      public void onStart() throws Exception
      Overrides:
      onStart in class de.wuespace.telestion.api.verticle.TelestionVerticle<de.wuespace.telestion.api.verticle.NoConfiguration>
      Throws:
      Exception