public interface RouteHandler
extends io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
Route| Modifier and Type | Method and Description |
|---|---|
default void |
handle(io.vertx.ext.web.RoutingContext context) |
void |
initialize()
Initialize the handler instance before it is put into service.
|
void |
invoke(io.vertx.ext.web.RoutingContext context)
Invokes the route method.
|
void initialize()
void invoke(io.vertx.ext.web.RoutingContext context)
context - default void handle(io.vertx.ext.web.RoutingContext context)
handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>Copyright © 2020 JBoss by Red Hat. All rights reserved.