public interface Operation
Modifier and Type | Method and Description |
---|---|
Operation |
failureHandler(Handler<RoutingContext> handler)
Mount a failure handler for this operation
|
HttpMethod |
getHttpMethod() |
String |
getOpenAPIPath() |
String |
getOperationId() |
JsonObject |
getOperationModel() |
Operation |
handler(Handler<RoutingContext> handler)
Mount an handler for this operation
|
Operation |
routeToEventBus(String address)
Route an incoming request to this operation to a Web API Service
|
Operation |
routeToEventBus(String address,
DeliveryOptions options)
Route an incoming request to this operation to a Web API Service
|
Operation handler(Handler<RoutingContext> handler)
handler
- Operation failureHandler(Handler<RoutingContext> handler)
handler
- Operation routeToEventBus(String address)
address
- Operation routeToEventBus(String address, DeliveryOptions options)
address
- options
- String getOperationId()
JsonObject getOperationModel()
HttpMethod getHttpMethod()
String getOpenAPIPath()
Copyright © 2021 Eclipse. All rights reserved.