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
|
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() |
Modifier and Type | Method and Description |
---|---|
String |
RouteNamingStrategy.apply(Operation operation) |
Copyright © 2021 Eclipse. All rights reserved.