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 Summary
ConstructorsConstructorDescriptionDocumentationOnlyUploadVertxHandler(io.vertx.core.Vertx vertx, org.testingisdocumenting.znai.server.ZnaiServerConfig config, String docId, String actor) -
Method Summary
-
Constructor Details
-
DocumentationOnlyUploadVertxHandler
-
-
Method Details
-
handle
public void handle(io.vertx.core.http.HttpServerRequest req) - Specified by:
handlein interfaceio.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
-