Package | Description |
---|---|
io.vertx.reactivex.ext.web.openapi |
Modifier and Type | Field and Description |
---|---|
static TypeArg<Operation> |
Operation.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
Operation |
Operation.failureHandler(io.vertx.core.Handler<RoutingContext> handler)
Mount a failure handler for this operation
|
Operation |
Operation.handler(io.vertx.core.Handler<RoutingContext> handler)
Mount an handler for this operation
|
static Operation |
Operation.newInstance(io.vertx.ext.web.openapi.Operation arg) |
Operation |
RouterBuilder.operation(String operationId)
Access to an operation defined in the contract with
operationId |
Operation |
Operation.routeToEventBus(String address)
Route an incoming request to this operation to a Web API Service
|
Operation |
Operation.routeToEventBus(String address,
io.vertx.core.eventbus.DeliveryOptions options)
Route an incoming request to this operation to a Web API Service
|
Modifier and Type | Method and Description |
---|---|
List<Operation> |
RouterBuilder.operations() |
Copyright © 2021 Eclipse. All rights reserved.