Class FsaVerticle

  • All Implemented Interfaces:
    io.vertx.core.Verticle

    public class FsaVerticle
    extends io.vertx.core.AbstractVerticle
    Blocking Verticle that does the work on top of the FSA
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String API_ANALYZE  
      static java.lang.String API_SEND  
      static java.lang.String CONFIGURATION  
      static java.lang.String HOME  
      static java.lang.String KEYSTORE_JKS  
      static java.lang.String WELCOME_MESSAGE  
      • Fields inherited from class io.vertx.core.AbstractVerticle

        context, vertx
    • Constructor Summary

      Constructors 
      Constructor Description
      FsaVerticle()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void analyze​(io.vertx.ext.web.RoutingContext context)  
      void start​(io.vertx.core.Future<java.lang.Void> fut)  
      • 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
      • Methods inherited from interface io.vertx.core.Verticle

        start, stop
    • Constructor Detail

      • FsaVerticle

        public FsaVerticle()
    • Method Detail

      • start

        public void start​(io.vertx.core.Future<java.lang.Void> fut)
        Specified by:
        start in interface io.vertx.core.Verticle
        Overrides:
        start in class io.vertx.core.AbstractVerticle
      • analyze

        public void analyze​(io.vertx.ext.web.RoutingContext context)