Uses of Interface
io.vertx.ext.web.api.service.RouteToEBServiceHandler
-
Packages that use RouteToEBServiceHandler Package Description io.vertx.ext.web.api.service -
-
Uses of RouteToEBServiceHandler in io.vertx.ext.web.api.service
Methods in io.vertx.ext.web.api.service that return RouteToEBServiceHandler Modifier and Type Method Description static RouteToEBServiceHandler
RouteToEBServiceHandler. build(EventBus eventBus, String address, String actionName)
Build a newRouteToEBServiceHandler
static RouteToEBServiceHandler
RouteToEBServiceHandler. build(EventBus eventBus, String address, String actionName, DeliveryOptions deliveryOptions)
Build a newRouteToEBServiceHandler
RouteToEBServiceHandler
RouteToEBServiceHandler. extraPayloadMapper(java.util.function.Function<RoutingContext,JsonObject> extraPayloadMapper)
WhenextraPayloadMapper
is configured, this handler puts the evaluation result intoServiceRequest.getExtra()
-