Class VertxServiceLauncher

java.lang.Object
io.vertx.core.VerticleBase
uno.xifan.id.generator.VertxServiceLauncher
All Implemented Interfaces:
io.vertx.core.Deployable

public class VertxServiceLauncher extends io.vertx.core.VerticleBase
  • Field Summary

    Fields inherited from class io.vertx.core.VerticleBase

    context, vertx
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.Future<?>
     

    Methods inherited from class io.vertx.core.VerticleBase

    config, deploy, deploymentID, init, stop, undeploy

    Methods inherited from class java.lang.Object

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

    • VertxServiceLauncher

      public VertxServiceLauncher()
  • Method Details

    • start

      public io.vertx.core.Future<?> start()
      Overrides:
      start in class io.vertx.core.VerticleBase