Package io.quarkus.vertx.web.deployment
Class BodyHandlerBuildItem
java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.SimpleBuildItem
io.quarkus.vertx.web.deployment.BodyHandlerBuildItem
Deprecated.
use
BodyHandlerBuildItem instead-
Constructor Summary
ConstructorsConstructorDescriptionBodyHandlerBuildItem(io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> handler) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.Handler<io.vertx.ext.web.RoutingContext>Deprecated.
-
Constructor Details
-
BodyHandlerBuildItem
public BodyHandlerBuildItem(io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> handler) Deprecated.
-
-
Method Details
-
getHandler
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> getHandler()Deprecated.
-