Package | Description |
---|---|
io.vertx.ext.web.api.service |
Modifier and Type | Method and Description |
---|---|
static RouteToEBServiceHandler |
RouteToEBServiceHandler.build(io.vertx.core.eventbus.EventBus eventBus,
String address,
String actionName)
Build a new
RouteToEBServiceHandler |
static RouteToEBServiceHandler |
RouteToEBServiceHandler.build(io.vertx.core.eventbus.EventBus eventBus,
String address,
String actionName,
io.vertx.core.eventbus.DeliveryOptions deliveryOptions)
Build a new
RouteToEBServiceHandler |
RouteToEBServiceHandler |
RouteToEBServiceHandler.extraPayloadMapper(Function<io.vertx.ext.web.RoutingContext,io.vertx.core.json.JsonObject> extraPayloadMapper)
When
extraPayloadMapper is configured, this handler puts the evaluation result into ServiceRequest.getExtra() |
Copyright © 2020 Eclipse. All rights reserved.