Class DocumentationOnlyUploadVertxHandler

java.lang.Object
org.testingisdocumenting.znai.enterprise.upload.DocumentationOnlyUploadVertxHandler
All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>

public class DocumentationOnlyUploadVertxHandler extends Object implements io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
handler for a zip upload only no additional params
  • Constructor Details

    • DocumentationOnlyUploadVertxHandler

      public DocumentationOnlyUploadVertxHandler(io.vertx.core.Vertx vertx, org.testingisdocumenting.znai.server.ZnaiServerConfig config, String docId, String actor)
  • Method Details

    • handle

      public void handle(io.vertx.core.http.HttpServerRequest req)
      Specified by:
      handle in interface io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>