Uses of Class
io.vertx.reactivex.ext.web.openapi.Operation
-
Packages that use Operation Package Description io.vertx.reactivex.ext.web.openapi -
-
Uses of Operation in io.vertx.reactivex.ext.web.openapi
Fields in io.vertx.reactivex.ext.web.openapi with type parameters of type Operation Modifier and Type Field Description static TypeArg<Operation>
Operation. __TYPE_ARG
Methods in io.vertx.reactivex.ext.web.openapi that return Operation Modifier and Type Method Description Operation
Operation. failureHandler(Handler<RoutingContext> handler)
Mount a failure handler for this operationOperation
Operation. handler(Handler<RoutingContext> handler)
Mount an handler for this operationstatic Operation
Operation. newInstance(Operation arg)
Operation
RouterBuilder. operation(String operationId)
Access to an operation defined in the contract withoperationId
Operation
Operation. routeToEventBus(String address)
Route an incoming request to this operation to a Web API ServiceOperation
Operation. routeToEventBus(String address, DeliveryOptions options)
Route an incoming request to this operation to a Web API ServiceMethods in io.vertx.reactivex.ext.web.openapi that return types with arguments of type Operation Modifier and Type Method Description List<Operation>
RouterBuilder. operations()
-