| Package | Description | 
|---|---|
| io.vertx.ext.web.openapi | |
| io.vertx.reactivex.ext.web.openapi | |
| io.vertx.rxjava3.ext.web.openapi | 
| Modifier and Type | Method and Description | 
|---|---|
Operation | 
Operation.failureHandler(Handler<RoutingContext> handler)
Mount a failure handler for this operation 
 | 
Operation | 
Operation.handler(Handler<RoutingContext> handler)
Mount an handler for this operation 
 | 
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,
               DeliveryOptions options)
Route an incoming request to this operation to a Web API Service 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Operation> | 
RouterBuilder.operations()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
RouteNamingStrategy.apply(Operation operation)  | 
| Modifier and Type | Method and Description | 
|---|---|
Operation | 
Operation.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Operation | 
Operation.newInstance(Operation arg)  | 
| Constructor and Description | 
|---|
Operation(Operation delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
Operation | 
Operation.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Operation | 
Operation.newInstance(Operation arg)  | 
| Constructor and Description | 
|---|
Operation(Operation delegate)  | 
Copyright © 2021 Eclipse. All rights reserved.