Class OnMaintenanceVerticle

java.lang.Object
io.vertx.core.AbstractVerticle
net.bluemind.core.sessions.OnMaintenanceVerticle
All Implemented Interfaces:
io.vertx.core.Verticle

public class OnMaintenanceVerticle extends io.vertx.core.AbstractVerticle
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
     
  • Field Summary

    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 io.vertx.core.AbstractVerticle

    config, deploymentID, getVertx, init, processArgs, start, stop, stop

    Methods inherited from class java.lang.Object

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

    • OnMaintenanceVerticle

      public OnMaintenanceVerticle()
  • Method Details

    • start

      public void start() throws Exception
      Overrides:
      start in class io.vertx.core.AbstractVerticle
      Throws:
      Exception