Class VertxHelperBase.AccessorVerticle

  • All Implemented Interfaces:
    io.vertx.core.Verticle
    Enclosing class:
    VertxHelperBase

    public class VertxHelperBase.AccessorVerticle
    extends io.vertx.core.AbstractVerticle
    Verticle to handle requests.
    • Field Summary

      • Fields inherited from class io.vertx.core.AbstractVerticle

        context, vertx
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void start()
      Register a handler to the event bus to process pending jobs.
      void stop()
      Clear all pending jobs.
      • Methods inherited from class io.vertx.core.AbstractVerticle

        config, deploymentID, getVertx, init, processArgs, start, stop
      • Methods inherited from class java.lang.Object

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

      • AccessorVerticle

        public AccessorVerticle()
    • Method Detail

      • start

        public void start()
        Register a handler to the event bus to process pending jobs.
        Overrides:
        start in class io.vertx.core.AbstractVerticle
      • stop

        public void stop()
        Clear all pending jobs.
        Overrides:
        stop in class io.vertx.core.AbstractVerticle