♻️ Replace interceptors with middleware on vertx package.

This commit is contained in:
Andrey Antukh 2020-02-17 09:41:00 +01:00
parent 3507c4acb6
commit fd6362e463
7 changed files with 115 additions and 119 deletions

View file

@ -12,8 +12,7 @@
[vertx.core :as vc]
[vertx.eventbus :as ve]
[vertx.http :as vh]
[vertx.web :as vw]
[vertx.web.interceptors :as vwi])
[vertx.web :as vw])
(:import
io.vertx.core.http.HttpServerRequest
io.vertx.core.http.HttpServerResponse))