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