@RequestScoped public class CurrentVertxRequest extends Object
Modifier and Type | Field and Description |
---|---|
io.vertx.ext.web.RoutingContext |
current |
Constructor and Description |
---|
CurrentVertxRequest() |
Modifier and Type | Method and Description |
---|---|
io.vertx.ext.web.RoutingContext |
getCurrent() |
CurrentVertxRequest |
setCurrent(io.vertx.ext.web.RoutingContext current) |
@Produces @RequestScoped public io.vertx.ext.web.RoutingContext getCurrent()
public CurrentVertxRequest setCurrent(io.vertx.ext.web.RoutingContext current)
Copyright © 2020 JBoss by Red Hat. All rights reserved.