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