Uses of Class
io.vertx.mutiny.ext.web.api.service.RouteToEBServiceHandler
-
Packages that use RouteToEBServiceHandler Package Description io.vertx.mutiny.ext.web.api.service -
-
Uses of RouteToEBServiceHandler in io.vertx.mutiny.ext.web.api.service
Fields in io.vertx.mutiny.ext.web.api.service with type parameters of type RouteToEBServiceHandler Modifier and Type Field Description static TypeArg<RouteToEBServiceHandler>
RouteToEBServiceHandler. __TYPE_ARG
Methods in io.vertx.mutiny.ext.web.api.service that return RouteToEBServiceHandler Modifier and Type Method Description static RouteToEBServiceHandler
RouteToEBServiceHandler. build(EventBus eventBus, String address, String actionName)
static RouteToEBServiceHandler
RouteToEBServiceHandler. build(EventBus eventBus, String address, String actionName, io.vertx.core.eventbus.DeliveryOptions deliveryOptions)
RouteToEBServiceHandler
RouteToEBServiceHandler. extraPayloadMapper(Function<RoutingContext,io.vertx.core.json.JsonObject> extraPayloadMapper)
static RouteToEBServiceHandler
RouteToEBServiceHandler. newInstance(io.vertx.ext.web.api.service.RouteToEBServiceHandler arg)
-