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_ARGMethods in io.vertx.reactivex.ext.web.openapi that return Operation Modifier and Type Method Description OperationOperation. failureHandler(Handler<RoutingContext> handler)Mount a failure handler for this operationOperationOperation. handler(Handler<RoutingContext> handler)Mount an handler for this operationstatic OperationOperation. newInstance(Operation arg)OperationRouterBuilder. operation(String operationId)Access to an operation defined in the contract withoperationIdOperationOperation. routeToEventBus(String address)Route an incoming request to this operation to a Web API ServiceOperationOperation. 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()
-