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_ARGMethods in io.vertx.mutiny.ext.web.api.service that return RouteToEBServiceHandler Modifier and Type Method Description static RouteToEBServiceHandlerRouteToEBServiceHandler. build(EventBus eventBus, String address, String actionName)static RouteToEBServiceHandlerRouteToEBServiceHandler. build(EventBus eventBus, String address, String actionName, io.vertx.core.eventbus.DeliveryOptions deliveryOptions)RouteToEBServiceHandlerRouteToEBServiceHandler. extraPayloadMapper(Function<RoutingContext,io.vertx.core.json.JsonObject> extraPayloadMapper)static RouteToEBServiceHandlerRouteToEBServiceHandler. newInstance(io.vertx.ext.web.api.service.RouteToEBServiceHandler arg) 
 -