Class DocumentationRemoveVertxHandler

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

public class DocumentationRemoveVertxHandler extends Object implements io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
  • Constructor Details

    • DocumentationRemoveVertxHandler

      public DocumentationRemoveVertxHandler(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>